Merge branch 'master' of https://gitlab.com/epic-tech/explorer2.epic.tech-angular8
This commit is contained in:
commit
0556896dc3
@ -149,9 +149,9 @@ connection
|
|||||||
});
|
});
|
||||||
const io = require("socket.io").listen(server);
|
const io = require("socket.io").listen(server);
|
||||||
io.sockets.on("connection", socket => {
|
io.sockets.on("connection", socket => {
|
||||||
setInterval(function() {
|
// setInterval(function() {
|
||||||
universalGetLatestBlockDetails(socket);
|
// //universalGetLatestBlockDetails(socket);
|
||||||
},1000);
|
// },1000);
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
|
Loading…
Reference in New Issue
Block a user