User Persona and Merchant Dashboard

User Persona and Merchant Dashboard
This commit is contained in:
Shahana Farooqui 2019-12-11 17:39:39 -05:00
parent 2f5817cb36
commit 79d04a5d7a
44 changed files with 262 additions and 262 deletions

4
rtl.js
View file

@ -65,10 +65,10 @@ const loopMonitor = io.of('/loopMonitor').on('connection', (socket) => {
interval = setInterval(() => {
socket.emit('message', { message: 'Message ' + i });
i++;
}, 2000);
}, 15000);
});
socket.on('end', function() {
// call = null;
call = null;
clearInterval(interval);
console.log('Socket stopped subscription');
});