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