Socket.io crashes when starting psiphon3 on the client machine

I am working on a traditional php web application to make it real-time using socket.io .

Everything works fine, except that now I ran psiphon3 to check the behavior of my application with different ip addresses and change my IP address.

I realized that socket.io will not respond to requests from the machine running psiphon3.

It seems that all requests are in the queue, and when I stop psiphon3 on the client computer, the requests will appear on my server.

Do you know why?

I think this is because psiphon3 uses different sockets for the proxy tunnel, and if so, how can I determine which user is using psiphon3 - or may be another programms like this - and how do I deal with these types of programs?

Thanks at Advance

+7
proxy
source share

No one has answered this question yet.

See related questions:

4
Socket.IO Client Authentication in Express Application
4
Node.js hosting with Socket.io support?
2
Connect to url using socket.io-client
2
connect the socket. android client through reverse proxy to socket server
one
JWT authentication with Passport and Socket.io
one
Socket.io does not work on some machines
0
Socket.io with pm2
0
Socket.io wrong delay in localhost
0
How can an Electron application connect socket.io-client to a remote server from a corporate proxy?
-one
Socket.io: the first client disconnects in the second connection

All Articles