Releases: voryx/WebSocketMiddleware
Releases · voryx/WebSocketMiddleware
2.0.0
- Update RFC6455 library to 0.3
- Support compression
- Support maximum message and frame size
1.1.0
- Update react/http to version 1
- Make
$next
argument optional to allow WedsocketMiddleware to be at the end of the handler list
1.0.3
Add reason arguments to close
1.0.2
Add support for sub protocol checking.
1.0.1
Update examples and docs to remove MiddlewareRunner