destroy_connection should drain things
mcmanus opened this issue · 1 comments
mcmanus commented
at least on the client, destroy_connection sends a close and dtors the context
it really needs to wait for all outstanding data (including the close) to be ack'd and retransmit as necessary to get there.. it could have a callback indicating that was complete
mcmanus commented
moved to mozquic