Skip to content

4.0.0: WebSocket client

Latest
Compare
Choose a tag to compare
@thekid thekid released this 06 Oct 20:05
· 1 commit to master since this release
  • Dropped support for PHP < 7.4, see xp-framework/rfc#343 - @thekid
  • Heads up: The websocket.Listener's close() method now has two
    additional parameters, code and reason, which need to be added to
    implementations.
    (@thekid)
  • Merged PR #6: Add WebSocket client implementation - @thekid