Releases: ratchetphp/Pawl
Releases · ratchetphp/Pawl
v0.2.2
- Fixed an issue where if the stream closed before a handshake a React Stream would be emitted instead of expected close reasons
- Use React SocketClient 0.5 for better SSL handling
v0.2.1
- Emit close code and reason, if available, upon WebSocket closing
- Added connect function to reduce boilerplate
v0.2
- Use standalone RFC6455 lib instead of circular dependency with Ratchet
- Renamed Factory to Connector
- Pass all Autobahn tests
- WebSocket request and response are now PSR-7 implementations instead of Guzzle objects
- Fixed bug where connection promise wasn't rejected if socket closed before handshake completes
v0.1
Merge pull request #9 from voryx/ab-tests
Fixed problem with PING payload getting added to message. Passes more tests