BIMserver-JavaScript-API icon indicating copy to clipboard operation
BIMserver-JavaScript-API copied to clipboard

Websockets not working over mobile networks and on mobile browser

Open wisoo opened this issue 4 years ago • 2 comments

App is working perfectly fine on desktop, login OK, displaying projects Ok etc... when I switch to an android device (not tested on IPhone), as soon as i click login button, login successful then websocket disconnects.

console_android network_android

The interesting thing is that when i use wifi, everything works correctly on android, EVEN IF the wifi is provided by another mobile phone (portable hotspot).

Any idea on why this is happening and how to debug ?

Thanks !

wisoo avatar Oct 22 '19 14:10 wisoo

Hi, Is this even the right repo to post the issue ? need some help here to know at least where to start looking...

Thanks :)

wisoo avatar Nov 12 '19 16:11 wisoo

Did you test just a plain websocket connection with the same types of internet connections? For example using https://www.websocket.org/echo.html?

Do you have any proxy servers in between?

rubendel avatar Nov 12 '19 20:11 rubendel