socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

Support UInt64 values in string payloads

Open curtkrone opened this issue 8 years ago • 0 comments

This is an attempt to address #174 by returning int_message (rather than null) when parsing a UInt64 value from a string payload. I've added a quick unit test to demonstrate the change.

So far in my personal testing this seems to work fine, but I'm not sure if there might be a better solution.

curtkrone avatar Aug 16 '17 23:08 curtkrone