Skip to content

Lagom.js 0.5.0-1.6.4

Compare
Choose a tag to compare
@mliarakos mliarakos released this 30 Mar 04:29
· 12 commits to master since this release
8ad5578

This release upgrades the WebSocket client implementation and exposes the default Lagom.js configuration for application use.

WebSocket Stream Buffer

The WebSocket client uses a receive buffer for streaming responses. The buffer prevents the loss of elements while the stream is starting and can be used to compensate for stream rate differences. See the documentation for a discussion of how to use the buffer.

Default Configuration

The default Lagom.js configuration is exposed for use by applications. See the documentation for how to use the default configuration with an application configuration.

Change Log

  • Implemented WebSocket receive buffer for streaming requests and responses #19
  • Exposed default Lagom.js configuration for use by applications #22