gusavila92 / java-android-websocket-client

Java/Android WebSocket Client
Apache License 2.0
148 stars 40 forks source link

Swoole WebSocket issue #18

Open tjumlani opened 4 years ago

tjumlani commented 4 years ago

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.

vov4ik08 commented 3 years ago

same problem, please help

tjumlani commented 3 years ago

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