How to deserialize SignalR messages from Redis backplane
I need to read published messages by SignalR from Redis backplane. But they have strange format for me. Example: "x92x90x81xa4jsonxc4x83{"type":1,"target":"ReceiveGroupMessage","arguments":[{"senderId":null,"message":"hello","sentAt":"2023-07-22T16:48:08.7001126Z"}]}x1e" Most of content is JSON, but what about start and the end? What is this, what it means and how…