codebutler / android-websockets

Bare minimum websockets (hybi13/RFC) client for Android
712 stars 495 forks source link

connect to device with 4g active #33

Open AhmedX6 opened 7 years ago

AhmedX6 commented 7 years ago

Hello,

I would like to connect to server socket without needing to disable 4g. I connect to the hotspot server socket and I try to connect but I have a time out. When I disable the 4g I'm able to connect.

How to do to connect to the server without disabling 4g ?

Thanks