Tags: pkgz/websocket
Toggle v1.4.0's commit message
feat: added context.Context to each handler
feat: small code cleanup
Toggle v1.3.1's commit message
- changed the default message type from Text to Binary. It could be c…
…hanged with TextMessage = true
- added binary message support as a message
Toggle v1.3.0's commit message
- changed behavior for a missing callback. Now the message will be pa…
…ssed to the onMessage handler
- updated dependencies
Toggle v1.2.10's commit message
Toggle v1.2.9's commit message
fix closing the connection when OpClose receive, add test to this case
Toggle v1.2.8's commit message
do not drop connection if process message has error
Toggle v1.2.7's commit message
fixed ping bug (ping closed connection when timeout without reason)
Toggle v1.2.6's commit message
fixed `Channels` function to return a number of real active connections
Toggle v1.2.5's commit message
Channel.Count now returns count of live connections only
Toggle v1.2.4's commit message
- remove connection from channel if error when emit; close conn if er…
…ror when ping
You can’t perform that action at this time.