Releases: pkgz/websocket
Releases · pkgz/websocket
v1.4.0
Compare
Sorry, something went wrong.
No results found
feat: added context.Context to each handler
feat: small code cleanup
v1.3.1
Compare
Sorry, something went wrong.
No results found
changed the default message type from Text to Binary. It could be changed with TextMessage = true
added binary message support as a message
v1.3.0
Compare
Sorry, something went wrong.
No results found
changed behavior for a missing callback. Now the message will be passed to the onMessage handler
updated dependencies
v1.2.10
Compare
Sorry, something went wrong.
No results found
small test refactoring
removed vendor folder
v1.2.9
Compare
Sorry, something went wrong.
No results found
fix closing the connection when OpClose receive
add test for a channel close
v1.2.8
Compare
Sorry, something went wrong.
No results found
do not drop connection if process message has error
v1.2.7
Compare
Sorry, something went wrong.
No results found
v1.2.6
Compare
Sorry, something went wrong.
No results found
fixed Channels function to return a number of real active connections
v1.2.5
Compare
Sorry, something went wrong.
No results found
Channel.Count now returns the count of live connections only
v1.2.4
Compare
Sorry, something went wrong.
No results found
remove the connection from the channel if error when emit
mark conn closed if error when ping