5 ms·
So I believe I fixed it. I think it was b/c the socket.io server was emitting on the 'io' object on every db query, and it should have been emitting on the 'soc
by michaelcolenso 12y ago
So I believe I fixed it. I think it was b/c the socket.io server was emitting on the 'io' object on every db query, and it should have been emitting on the 'socket'. I think. It was definitely all jacked up, though. Thanks so much for checking it out...