Skip to content

Releases: ratchetphp/Pawl

v0.2.1

16 Mar 18:35
Compare
Choose a tag to compare
  • Emit close code and reason, if available, upon WebSocket closing
  • Added connect function to reduce boilerplate

v0.2

12 Mar 01:48
Compare
Choose a tag to compare
  • 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

03 Nov 12:57
Compare
Choose a tag to compare
Merge pull request #9 from voryx/ab-tests

Fixed problem with PING payload getting added to message. Passes more tests