Snafkin547

Results 1 comments of Snafkin547

I found out the issue around socket connection due to the socket.io version update. Upon socket connection, JIFF register a callback, handlers.connect in [client/socket/event.js #L11](https://github.com/multiparty/jiff/blob/e31abe6f9fc339e69b893d093f9d40eed1c73ca9/lib/client/socket/events.js#L11) ` this.socket.on('connect', jiffClient.handlers.connected); ` After...