amphp / websocket-server

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

Update examples for amphp/http-server v0.8 #6

Closed krlv closed 5 years ago

krlv commented 6 years ago

Fix for #7:

Updated: test server's fix moved to separate issue #8 (and separate PR #9 )

krlv commented 6 years ago

@trowski / @kelunik Could you please review the PR?

Note: Travis' build failed because of Autobahn tests. I'm not familiar with this tool, but it looks like these test cases are failing: https://github.com/crossbario/autobahn-testsuite/blob/master/autobahntestsuite/autobahntestsuite/case/case12_x_x.py#L45 (probably because of default websocket-server configs)

krlv commented 5 years ago

Just a kind reminder on this issue. Could you please review/comment the issue? Maybe a suggestion on how to fix Autobahn tests (if they should be fixed at all).

Thanks in advance 🙇

PeeHaa commented 5 years ago

Maybe you can split up the autobahn issues to a separate PR / issue so at the very least the updated example can be merged in easily?

krlv commented 5 years ago

Thanks for advice @PeeHaa 👍

I've created a new issue for fixing test server #8 and moved all commits related to it to a separate PR #9 It will be easier to review it this way.