Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

when 2 emits on a same chatroom at a time only one is working using socket.io

var io = require('socket.io').listen(app);
io.sockets.on('connection', function (socket) { .... });
Source by psitsmike.com #
 
PREVIOUS NEXT
Tagged: #emits #chatroom #time #working
ADD COMMENT
Topic
Name
8+2 =