gusavila92/java-android-websocket-client

Swoole WebSocket issue

tjumlani opened this issue · 2 comments

Connecting to a Swoole Websocket Server results to a 400 error based on this example:

https://www.swoole.co.uk/docs/modules/swoole-websocket-server

127.0.0.1 has been replaced with 0.0.0.0 and works Ok with Simple WebSocket Client extension in Chrome but not with the lib in an Android app.

same problem, please help

I switched to Workerman.php and all works well with ws or wss.