pub fn process_pong<ExchangeMessage>( pong: Bytes, ) -> Option<Result<ExchangeMessage, SocketError>>
Basic process for a WebSocket pong message. Logs the payload at trace level.
WebSocket
trace