How to create sockets which are not blocked by company networks?

77 views Asked by At

I am able to create socket connection between my server and android device. I am able to send and receive data on the socket. But it gets blocked on some company networks. It connects to the server but I am not able to send/receive data on the socket connection. Is there some pattern in which I need to send data to the server so that it does not get blocked. I am sending data in plain text using python on the server side for socket server.

0

There are 0 answers