Skip to content

Releases: pkgz/websocket

v1.4.0

Choose a tag to compare

@exelban exelban released this 16 Mar 22:42
  • feat: added context.Context to each handler
  • feat: small code cleanup

v1.3.1

Choose a tag to compare

@exelban exelban released this 22 Jul 15:12
  • 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

Choose a tag to compare

@exelban exelban released this 22 Jul 11:18
  • changed behavior for a missing callback. Now the message will be passed to the onMessage handler
  • updated dependencies

v1.2.10

Choose a tag to compare

@exelban exelban released this 25 Feb 10:27
  • small test refactoring
  • removed vendor folder

v1.2.9

Choose a tag to compare

@exelban exelban released this 25 Feb 09:26
  • fix closing the connection when OpClose receive
  • add test for a channel close

v1.2.8

Choose a tag to compare

@exelban exelban released this 09 Feb 11:34
  • do not drop connection if process message has error

v1.2.7

Choose a tag to compare

@exelban exelban released this 04 Feb 12:55
  • fixed ping bug

v1.2.6

Choose a tag to compare

@exelban exelban released this 26 Jan 08:59
  • fixed Channels function to return a number of real active connections

v1.2.5

Choose a tag to compare

@exelban exelban released this 24 Nov 08:33
  • Channel.Count now returns the count of live connections only

v1.2.4

Choose a tag to compare

@exelban exelban released this 24 Nov 08:22
  • remove the connection from the channel if error when emit
  • mark conn closed if error when ping