MCPcopy Create free account
hub / github.com/Syncplay/syncplay / _deactivateStateTimer

Method _deactivateStateTimer

syncplay/server.py:855–857  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

853 self._sendStateTimer.start(constants.SERVER_STATE_INTERVAL)
854
855 def _deactivateStateTimer(self):
856 if self._sendStateTimer and self._sendStateTimer.running:
857 self._sendStateTimer.stop()
858
859 def sendState(self, position, paused, doSeek, setBy, forcedUpdate):
860 if self._connector.isLogged():

Callers 1

setRoomMethod · 0.95

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected