Arjun Raghavan

Results 3 comments of Arjun Raghavan

Formatting issues are still a problem according to digi-press, ~stealing~ moving this issue to Team Live.

@tanzeelak Messaged you on Slack. Also, what do you guys think of logging some information of a malformed message and/or its source somewhere (maybe add another collection to the MongoDB...

Here's the script I wrote to properly send `socket.io` events to the server: ```js const socket = require('socket.io-client') const ev = process.argv[2]; // The event to emit const data =...