Releases: TouchDeck/websocket-proxy
Releases · TouchDeck/websocket-proxy
v0.1.3
- Make sure channels are only closed by the sender (same issue as fixed by v0.1.2, but properly this time)
- Prevent concurrent access to the
Agent.remotes
map
v0.1.2
- Fix crashes caused by sending on a closed channel.
v0.1.1
- Use HTTP mux instead of global handler.
- Set up CORS to allow all origins.
- Use Go modules.
v0.1.0
Initial release 🎉