You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IP is a valid Id but doesnt lead to anything so the socket cant connect to it.
But it just gets stuck when calling socket.connect(), providing the timeout=1 doesnt do anything either.
Adding a try ... catch also doesnt work because it never resolves the socket.connect()
The text was updated successfully, but these errors were encountered:
I have these simple lines:
The IP is a valid Id but doesnt lead to anything so the socket cant connect to it.
But it just gets stuck when calling
socket.connect()
, providing thetimeout=1
doesnt do anything either.Adding a
try ... catch
also doesnt work because it never resolves thesocket.connect()
The text was updated successfully, but these errors were encountered: