Lagom.js 0.5.0-1.6.4
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.