opensourceBIM / BIMserver-JavaScript-API

BIMserver JavaScript API
GNU Lesser General Public License v3.0
55 stars 35 forks source link

Websockets not working over mobile networks and on mobile browser #33

Open wisoo opened 4 years ago

wisoo commented 4 years ago

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 commented 4 years ago

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

Thanks :)

rubendel commented 4 years ago

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?