Skip to content

Tags: pkgz/websocket

Tags

v1.4.0

Toggle v1.4.0's commit message
feat: added context.Context to each handler

feat: small code cleanup

v1.3.1

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

v1.3.0

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

v1.2.10

Toggle v1.2.10's commit message
small refactoring

v1.2.9

Toggle v1.2.9's commit message
fix closing the connection when OpClose receive, add test to this case

v1.2.8

Toggle v1.2.8's commit message
do not drop connection if process message has error

v1.2.7

Toggle v1.2.7's commit message
fixed ping bug (ping closed connection when timeout without reason)

v1.2.6

Toggle v1.2.6's commit message
fixed `Channels` function to return a number of real active connections

v1.2.5

Toggle v1.2.5's commit message
Channel.Count now returns count of live connections only

v1.2.4

Toggle v1.2.4's commit message
- remove connection from channel if error when emit; close conn if er…

…ror when ping