Pan Shengjie

Results 4 issues of Pan Shengjie

I've solving this crash for a quite long time. pretty hard to trace. my env: ubuntu 16.04 x64 node10 websocket 1.0.31, using WebSocketServer autoAcceptConnections=true problem: random crash on error ECONNRESET...

I've check the source code, In > deserializeInnerMessage (message.js) reading buildin-type array one-by-one using buffer.readUInt8 ,eating-up the CPU.

rosnodejs deserialize buildin-type array data oneByone using deserializePrimitive(), can we use typeArray instead?