We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caa67d commit f03f996Copy full SHA for f03f996
raspberry-pi/ser_seq/index.js
@@ -14,11 +14,7 @@ module.exports =[
14
counter = 0;
15
wsServer.clients.forEach(function (client) {
16
// if (client !== ws && client.readyState === WebSocket.OPEN) {
17
-<<<<<<< HEAD
18
- // console.log("chuj");
19
-=======
20
// console.log("test");
21
->>>>>>> Fixes
22
// client.send(data);
23
// }
24
client.send(chunk);
0 commit comments