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
I am using this library with the Python multiprocessing library. I have two processes that may be creating sockets at the same time.
I have been encountering issues where the program will just hang at the UDTSocket constructor:
usock = UDTSocket()
Is there any obvious reason this could happen? I only started seeing this issue once I began using two separate processes, so I think that may be related...
The text was updated successfully, but these errors were encountered:
Hello.
I am using this library with the Python multiprocessing library. I have two processes that may be creating sockets at the same time.
I have been encountering issues where the program will just hang at the UDTSocket constructor:
usock = UDTSocket()
Is there any obvious reason this could happen? I only started seeing this issue once I began using two separate processes, so I think that may be related...
The text was updated successfully, but these errors were encountered: