n0-computer / quic-rpc

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

refactor: Remove the interprocess transport #83

Closed flub closed 3 weeks ago

flub commented 2 months ago

Porting this to Quinn 0.11 is a bit of work, it seems not obvious how to create a poller out of the Flume SendSink. As this is currently unused remove it for now.

This is part of porting to Quinn 0.11 & Rustls 0.23. A separate PR so it is easy to see what has been removed.

matheus23 commented 3 weeks ago

I think this landed with #92