barter_integration::protocol::websocket

Function process_pong

Source
pub fn process_pong<ExchangeMessage>(
    pong: Bytes,
) -> Option<Result<ExchangeMessage, SocketError>>
Expand description

Basic process for a WebSocket pong message. Logs the payload at trace level.