0.8.2 - Safe & Sound
- Library will automatically try to switch between
ws://
andwss://
- Added Lime Event support (define
AP_NO_LIME
to not use it) - Fixed library causing application to become unresponsive when trying to reconnect
- Now consolidates packets to be sent, and sends them on
poll()
- In some cases, the library may have sent empty packets to the server; it will no longer do this
- Removed PseudoMutex as it was locking up on html5; replaced it and Haxe's
sys
Mutex withhaxe-concurrency
for all platforms
Full Changelog: 0.8.0...0.8.2