java-android-websocket-client icon indicating copy to clipboard operation
java-android-websocket-client copied to clipboard

Swoole WebSocket issue

Open tjumlani opened this issue 5 years ago • 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.

tjumlani avatar Nov 25 '19 23:11 tjumlani

same problem, please help

vov4ik08 avatar Mar 31 '21 14:03 vov4ik08

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

tjumlani avatar Apr 01 '21 06:04 tjumlani