Only one usage of each socket address (protocol/network address/port) is normally permitted. #285
Replies: 1 comment
-
My bad, problem was in my code. Thanks for this great library by the way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
After I
Stop()
andDispose()
a Server, if I try to create a new one with the same IP and PORT I get this error :System.Net.Sockets.SocketException: 'Only one usage of each socket address (protocol/network address/port) is normally permitted.'
Is there something specific I should do in order to close the port properly so I can reuse it again ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions