EEIP.NET
EEIP.NET copied to clipboard
Thread safety
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