I have a hundred or so clients connected to my server using .NetStandard websockets. Yet, I have one client on 4g data using an Android OnePlus 5t (T-Mobile data) that cannot connect. My server never even receives a call to begin the connection. Note, that he can connect using wifi data. Below are the things I have tried. Has anyone had a similar issue or know what could be the problem and how it might be solved. This is a TCP connection over port 1334.
- User has checked that the app has permission to use mobile data.
- I have changed the protocol to use 'wss' instead of 'ws'.
- The user can connect to the server through the following website: http://www.websocket.org/echo.html