socket.core icon indicating copy to clipboard operation
socket.core copied to clipboard

This is a socket framework based on C # net standard2.0 write, can be used for .NET Framework / dotnet core assembly, can run in window (IOCP) / linux (epoll) .Use asynchronous connection, asynchronou...

Results 1 socket.core issues
Sort by recently updated
recently updated
newest added

老哥你好: 这个框架我用下来感觉很好,就是想请教下,我现在遇到这么一个情景:我做了长连接,然后去主动断开socket,但是它对应的那个线程并没有被释放,这个有什么方法可以处理下吗?