Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 22, 2024
1 parent e60ce5c commit 3942075
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,8 @@
// }
let connection=conn;
connections[connection.peer]=conn;
log("incomming connection: " + connection.peer);
log("incomming connection: ",connection.peer);
console.log("incomming connection,connection)
connection.on('data', function (data) {
log('Received data: ', data);
});
Expand Down

0 comments on commit 3942075

Please sign in to comment.