(self)
| 473 | self.socketio.emit("full_state", self.state(), to=sid) |
| 474 | |
| 475 | def emit_update(self) -> None: |
| 476 | self.socketio.emit("update", self.state(), to=self.room) |
| 477 | |
| 478 | def _watch_loop(self) -> None: |
| 479 | while self._watching and not self.shutdown_event.is_set(): |