The decoding of the BlazorPack messages works like a charm. However, as soon as I try to manipulate field values within the decoded JSON and send them to the server, the WebSocket connection gets closed and a new one is opened.
I haven't investigated this problem further because I wanted to ask, if it should actually be possible to manipulate BlazorPack messages or if only decoding is supported right now.