Skip to content

0.8.2 - Safe & Sound

Compare
Choose a tag to compare
@FelicitusNeko FelicitusNeko released this 21 Sep 18:14
· 9 commits to master since this release
  • Library will automatically try to switch between ws:// and wss://
  • 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 with haxe-concurrency for all platforms

Full Changelog: 0.8.0...0.8.2