- 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