mycroes/Sally7

Verify requests are completed on dispose

Closed this issue · 1 comments

The ConcurrentRequestExecutor permits multiple active requests. When the connection is closed and multiple requests are active they might not be completed and get stuck indefinitely.

Should be working, net461 does require the socket to be closed due to missing cancellation on send/receive calls, other than that there should be no issues.