sc-codec-min-bin
sc-codec-min-bin copied to clipboard
Minimal binary codec for SocketCluster based on MessagePack
relevant packages: ``` "sc-codec-min-bin": "^3.0.0", "socketcluster": "^14.3.2", "socketcluster-client": "^14.2.1", ``` With this turned on, my application gets a big memory leak - up to 4GB browser tab memory usage in...
#1 and #2 messages come as ArrayBuffer(3) {} Is this by design? I want to intercept it neatly. How do i convert this ArrayBuffer to string so i know what...
SocketCluster works on a JSON object. I wrote my own codec for java with same that in the library. I need to refine it, but a working model is as...
I'd like to send and receive messages between the C# socketcluster client and the javascript client. It states that you must have the same codec, how can I use this...