You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server starts (onStart called) but it's not visible to any WebSocket clients, not even in the same phone. Error callback is not called.
Creating the server works on a different Android version, but connecting the Android 9 device to it doesn't work either.
It's not a WebSocket client problem, since connecting to a test server works.
client = new WebSocket('ws://192.168.x.xxx:5457');
//readyState: CLOSED, code: 1006
Client (connecting to test server):
client = new WebSocket('wss://demo.piesocket.com/v3/channel_1?api_key=oCdCMcMPQpbvNjUIzqtvF1d2X2okWpDQj4AwARJuAgtjhzKxVEjQU6IdCjwm¬ify_self')
//message: {"info":"You are using a test api key"}
The text was updated successfully, but these errors were encountered:
The server starts (onStart called) but it's not visible to any WebSocket clients, not even in the same phone. Error callback is not called.
Creating the server works on a different Android version, but connecting the Android 9 device to it doesn't work either.
It's not a WebSocket client problem, since connecting to a test server works.
Test Codes:
The text was updated successfully, but these errors were encountered: