Function barter_integration::protocol::websocket::process_pong
source · pub fn process_pong<ExchangeMessage>(
pong: Vec<u8>
) -> Option<Result<ExchangeMessage, SocketError>>Expand description
Basic process for a WebSocket pong message. Logs the payload at trace level.