n0-computer / quic-rpc

A streaming rpc system based on quic
Other
89 stars 12 forks source link

fix: explicitly close channel when client is dropped #51

Closed rklaehn closed 1 year ago

rklaehn commented 1 year ago

It seems that if the client end of a quinn connection is just dropped, the server will keep its end around until a timeout.

this should fix it.