This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
1.4.3
Features
- Added ability to require
pong
messages from clients (for better detection of broken connections).
Use --pong_timoout=<number of seconds to wait for ping>
option to enable this feature.
- Added ability to configure ping interval and ping timestamp precision per connection.
You can use URL query params to configure ping interval and timestamp precision per connection:
For example, using the following URL, you can set the ping interval to 10 seconds and the timestamp precision to milliseconds:
ws://localhost:8080/cable?pi=10&ptp=ms
- PRO: Added support for binary version of the extended protocol (
actioncable-v1-ext-msgpack
andactioncable-v1-ext-protobuf
).
Fixes
- Minor memory broker fixes.