Skip to main content

handle_quic_stream

Function handle_quic_stream 

Source
async fn handle_quic_stream(
    server: Arc<Server>,
    conn: FramedConn<JsonCodec>,
) -> Result<()>
Expand description

Handle a single QUIC stream: one request, one response. Upgrades to pubsub notification streaming if the method matches.