LINXD-2222-debugging-for-i-os #7

Merged
sergiu merged 36 commits from LINXD-2222-debugging-for-i-os into master 2022-09-20 23:16:17 +00:00
Showing only changes of commit 649c7a3767 - Show all commits

2
app.js
View File

@ -68,7 +68,7 @@ const options = {
// const httpsServer = https.createServer(options, app); // const httpsServer = https.createServer(options, app);
// const io = new Server(httpsServer, { allowEIO3: true }); // const io = new Server(httpsServer, { allowEIO3: true });
const server = https.createServer(app); const httpsServer = https.createServer(app);
const io = require('socket.io')(server, options); const io = require('socket.io')(server, options);
// const io = new Server(server, { origins: '*:*', allowEIO3: true }); // const io = new Server(server, { origins: '*:*', allowEIO3: true });