n0-computer / quic-rpc

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

Allow graceful shutdown of hyper server that is wrapped in http2 ServerChannel #14

Closed rklaehn closed 1 year ago

rklaehn commented 1 year ago

Not sure if we want to expose the inner workings of the channel. I kinda like it that we don't expose too much, so we can switch from hyper to something else. (although we do expose hyper::Url in the public interface)