Skip to main content

send_serialized_batch

Function send_serialized_batch 

Source
async fn send_serialized_batch(
    writer: &mut SplitSink<WebSocket, Message>,
    batch: &[Envelope],
) -> Result<(), WebSocketCloseCode>