Releases: FredyH/GWSockets
GWSockets 1.2.0
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
Fixed crash when failing to resolve hostname
GWSockets 1.1.2
Fixed setting headers/cookies not working
GWSockets 1.1.1
Fixed SSL certificate verification not working under Linux.
GWSockets 1.1.0
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
Fixed a deadlock
GWSockets 0.9.0
Initial release of GWSockets