on Frame Decoded
open suspend fun onFrameDecoded(originalFrame: WebSocketFrame, decodedFrame: StompFrame)
Content copied to clipboard
Called right after successfully decoding a websocket frame into a STOMP frame. This callback is called even for STOMP ERROR frames (before failure).