Only one usage of each socket address is normally permitted

Hello,

We have a situation where thousands of calls to the server happen in a very short time.
After a certain amount of time we get the following error message:
“Only one usage of each socket address is normally permitted”.

What could be the problem here?

Thank you.

Please specify exact channel types and platforms used on server and client side

We use the IpTcpServerChannel and IpTcpClientChannel in a C# project.

Would it help by using the IpSuperTcpServerChannel and IpSuperTcpClientChannel?

It depends on how exactly do you use the client channel instance. If you recreate channel instance on every request to the server then this change won’t help.

Could you create a simple server + client testcase apps where this issue is reproduced?