kcp-go icon indicating copy to clipboard operation
kcp-go copied to clipboard

Fixed possible coroutine leaks caused by closing the connection with SetDeadline

Open blinkbean opened this issue 1 year ago • 2 comments

Resolves #250 See detailed description in the fore-mentioned issue.

blinkbean avatar Nov 06 '23 08:11 blinkbean

need description on this issue

xtaci avatar Nov 06 '23 09:11 xtaci

@xtaci I think that the issue is that we'd always return nil previously.

I'm trying to learn the codebase, and what I think that these changes do is explicitly send back a connection close.

I think that the author could be correct.

faddat avatar Jan 21 '24 20:01 faddat