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 having issues running two applications using EEIP.dll on different threads: System.Net.Sockets.SocketException (0x80004005): Only one usage of each socket address (protocol/network address/port) is normally permitted
The socket addresses are different. Can you confirm if the dll is thread-safe, and if it is, where should I look for the problem?
Thanks
The text was updated successfully, but these errors were encountered:
I am having issues running two applications using EEIP.dll on different threads:
System.Net.Sockets.SocketException (0x80004005): Only one usage of each socket address (protocol/network address/port) is normally permitted
The socket addresses are different. Can you confirm if the dll is thread-safe, and if it is, where should I look for the problem?
Thanks
The text was updated successfully, but these errors were encountered: