m2node
m2node copied to clipboard
Update to fix netstring multibyte UTF-8 parsing
Hi Dan,
I've merged dinedal's updates and a fix to parsing the netstring.
You were using the string splice methods (which work on characters and not bytes).
This would improperly handle multibyte UTF-8 characters.
I've also added a JSON message handler.