Expand description
QUIC transport: one request per stream, with separate notification streaming for pubsub.
Functionsยง
- handle_
quic_ ๐stream - Handle a single QUIC stream: one request, one response. Upgrades to pubsub notification streaming if the method matches.
- handle_
quic_ ๐subscription - Pubsub over QUIC: split the stream so notifications stream from the writer while the reader waits for an unsubscribe.
- quic_
accept_ ๐streams_ task - quic_
handle_ ๐stream_ task