mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
gah
This commit is contained in:
@@ -278,7 +278,7 @@ function broadcastLidarScan(payload) {
|
||||
function broadcastLidarLine(payload) {
|
||||
for (const socket of io.sockets.sockets.values()) {
|
||||
if (!isVerified(socket)) continue;
|
||||
socket.volatile.emit('neato:lidarLine', payload);
|
||||
socket.emit('neato:lidarLine', payload);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user