Skip to content

Lagom.js 0.3.1-1.6.1

Compare
Choose a tag to compare
@mliarakos mliarakos released this 04 Apr 22:20
· 36 commits to master since this release
78e4012

This release fixes several bugs and completes the WebSocket client implementation. The WebSocket client is now fully featured and supports:

  • streaming binary data
  • handling socket close to determine if the socket failed
  • parsing of exceptions

Change Log

  • Completed implementation of the WebSocket client #12
  • Fixed the parsing of empty headers #14
  • Fixed exception handling when an AJAX request times out #16