Skip to main content

send_user_output_bounded

Function send_user_output_bounded 

Source
pub(super) async fn send_user_output_bounded(
    writer: &mut SplitSink<WebSocket, Message>,
    output: Vec<ServerEnvelope>,
) -> Result<usize, WebSocketCloseCode>