Skip to content

Releases: pkgz/websocket

v1.3.1

22 Jul 15:12
Compare
Choose a tag to compare
  • 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

22 Jul 11:18
Compare
Choose a tag to compare
  • changed behavior for a missing callback. Now the message will be passed to the onMessage handler
  • updated dependencies

v1.2.10

25 Feb 10:27
Compare
Choose a tag to compare
  • small test refactoring
  • removed vendor folder

v1.2.9

25 Feb 09:26
Compare
Choose a tag to compare
  • fix closing the connection when OpClose receive
  • add test for a channel close

v1.2.8

09 Feb 11:34
Compare
Choose a tag to compare
  • do not drop connection if process message has error

v1.2.7

04 Feb 12:55
Compare
Choose a tag to compare
  • fixed ping bug

v1.2.6

26 Jan 08:59
Compare
Choose a tag to compare
  • fixed Channels function to return a number of real active connections

v1.2.5

24 Nov 08:33
Compare
Choose a tag to compare
  • Channel.Count now returns the count of live connections only

v1.2.4

24 Nov 08:22
Compare
Choose a tag to compare
  • remove the connection from the channel if error when emit
  • mark conn closed if error when ping

v1.2.3

23 Nov 09:32
Compare
Choose a tag to compare
  • update Channels to return an empty list if no live channels