n0-computer / quic-rpc

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

retry connecting to the server when a bidi request is received but obtaining a stream fails #55

Closed divagant-martian closed 6 months ago

divagant-martian commented 10 months ago

The reconnection logic is adjusted so that if we receive a request for opening a bidirectional stream, and the connection fails and needs to be recreated, the request is not dropped. It is instead kept for one more reconnection attempt.

divagant-martian commented 6 months ago

replaced by #62