Harrison Palzewicz
Results
2
issues of
Harrison Palzewicz
I ran into an issue with this library when parsing multiple messages with international characters. Since the messages are encoded using Buffer.byteLength, the substring in handleData fails (since byteLength will...
When parsing multiple messages, the _handleData falls into this else case: https://github.com/sebastianseilund/node-json-socket/blob/master/lib/json-socket.js#L107 which will take a substring of the message based on the size defined before the message. However, in...