Amphp Websocket Client Versions Save

Async WebSocket client for PHP based on Amp.

v0.2.3

5 years ago
  • Fixed response header parsing (#16)
  • Fixed close code byte order and close reason (#15)

v0.2.2

6 years ago
  • Reject connections if RSV is not equals to 0.
  • Validate close reasons to be valid UTF-8 if UTF-8 validation has been requested.
  • Accept zero-length frames starting a message.
  • Deliver stored messages correctly if they're immediately followed by a close.
  • Reject continuations if there's no started message.
  • Disable streaming for frames. A single frame is now always buffered. A message can still be streamed via multiple frames.

v0.2.1

6 years ago
  • Fix handshake if no port is given in URL.
  • Correctly validate handshake response headers.

v0.2.0

6 years ago
  • Major API rewrite based on Amp v2.

v0.1.0

6 years ago
  • Release for Amp v1.