NetCoreServer icon indicating copy to clipboard operation
NetCoreServer copied to clipboard

TcpClient Issue from version 3.20

Open isajan opened this issue 3 years ago • 2 comments

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

isajan avatar Feb 22 '21 11:02 isajan

Please try 5.0.10

chronoxor avatar Feb 22 '21 12:02 chronoxor

I will, thanks a lot for great work!

BR Isa

isajan avatar Feb 22 '21 13:02 isajan