- Notifications
You must be signed in to change notification settings - Fork329
Closed
Description
Hey, first of all thanks a lot forNetConn()
! I have written one myself, but then discovered this library and decided to use it instead.
I have noticed thatnetConn.Close()
does not callStop()
onwriteTimer
andreadTimer
. I think it should at least if the deadlines have been set. Otherwise these timers are lingering around and that can be an issue if there are a lot of connections.