mock-socket
mock-socket copied to clipboard
Fix normalize-send when sending object data, add test
- This should close https://github.com/thoov/mock-socket/issues/245
- However...I am not sure if this is actually desired behavior for non-socketIO clients - but I'm pretty sure the native browser WebSocket spec only supports sending stringified messages, so this is probably OK to merge
Thanks for putting this pull up, @viggyfresh