push! PUSH!!

This commit is contained in:
legop3
2025-11-14 03:45:51 -05:00
parent 440325296c
commit 026ce2efac
10 changed files with 12 additions and 162 deletions
@@ -33,6 +33,9 @@ io.on('connection', (socket) => {
if (!roverId) {
throw new Error('roverId required');
}
if (!roverManager.rovers.has(roverId)) {
throw new Error('Rover offline');
}
if (!canView(socket, roverId)) {
throw new Error('Not authorized for video');
}