Closed sakridge closed 2 years ago
Dropping the Connection
handle will not interfere with any remaining I/O handles such as SendStream
or RecvStream
. Only when every I/O handle is dropped will it be implicitly closed. Any thoughts on where we could better document this?
On review I think I misunderstood your question slightly. To be clear, explicitly close
ing a connection will always gracefully interrupt all outstanding operations.
Does dropping or closing a connection cancel all pending streams and anything await'ing those streams or could they potentially be stuck open after the connection is dropped?