NetCoreServer
NetCoreServer copied to clipboard
TcpClient Issue from version 3.20
Hi, With the latest upgrade to net core 5.0, my code does not work any more. By introducing these rows of codes on OnAsyncCompleted
private void OnAsyncCompleted(object sender, SocketAsyncEventArgs e)
{
if (IsSocketDisposed)
return;
Best Regards Isa
Please try 5.0.10
I will, thanks a lot for great work!
BR Isa