LINXD-2222-v2 #6

Closed
sergiu wants to merge 8 commits from LINXD-2222-v2 into master
Showing only changes of commit b7ef9bcdd4 - Show all commits

8
app.js
View File

@ -60,10 +60,10 @@ httpsServer.listen(process.env.PORT, () => {
const io = new Server(httpsServer, {
allowEIO3: true,
// allowRequest: (req) => {
// console.log('req', req);
// return true;
// }
allowRequest: (req) => {
console.log('req', req);
return true;
}
});
// socket.io namespace (could represent a room?)