Skip to content

Releases: FredyH/GWSockets

GWSockets 1.2.0

28 Jun 23:19
Compare
Choose a tag to compare

Added GWSockets.addVerifyPath function to specify different locations for root certificates.
Fixed bug where calling close directly after opening a websocket would result in a crash.
Fixed severe bug that would sometimes result in incorrect data being sent.
Fixed a rare case where a socket would not get garbage collected.

GWSockets 1.1.3

04 Mar 07:42
Compare
Choose a tag to compare

Fixed crash when failing to resolve hostname

GWSockets 1.1.2

02 Feb 02:17
Compare
Choose a tag to compare

Fixed setting headers/cookies not working

GWSockets 1.1.1

05 Jan 04:16
Compare
Choose a tag to compare

Fixed SSL certificate verification not working under Linux.

GWSockets 1.1.0

26 Aug 01:39
0afba9f
Compare
Choose a tag to compare

Added 64 bit support.
Hopefully fixed a bug where an error could be displayed when trying to require the library.

Note: I just recompiled the linux versions (without bumping up the version number) under an older OS so that it is compatible with more current distros, if you had trouble requiring this library before, it should work now.

GWSockets 1.0.0

12 May 15:29
Compare
Choose a tag to compare

Fixed a deadlock

GWSockets 0.9.0

27 Mar 04:37
3831218
Compare
Choose a tag to compare

Initial release of GWSockets