sc-codec-min-bin icon indicating copy to clipboard operation
sc-codec-min-bin copied to clipboard

Minimal binary codec for SocketCluster based on MessagePack

Results 4 sc-codec-min-bin issues
Sort by recently updated
recently updated
newest added

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...