amphp / websocket-server

WebSocket component for PHP based on the Amp HTTP server.
MIT License
114 stars 17 forks source link

Websocket example implementation needs to be updated to the latest amphp/http* packages #7

Closed krlv closed 5 years ago

krlv commented 5 years ago

Current websocket example implementation (examples/stackexchange-questions) is failing with errors because it relies on a previous version of amphp/http-server. Following changes should be considered:

Originally issue was reported to https://github.com/amphp/http-server/issues/265 by @proArtex