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

Method _scheduleSendState

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

Source from the content-addressed store, hash-verified

840 return self.getPosition() < b.getPosition()
841
842 def _scheduleSendState(self):
843 self._sendStateTimer = task.LoopingCall(self._askForStateUpdate)
844 self._sendStateTimer.start(constants.SERVER_STATE_INTERVAL)
845
846 def _askForStateUpdate(self, doSeek=False, forcedUpdate=False):
847 self._server.sendState(self, doSeek, forcedUpdate)

Callers

nothing calls this directly

Calls 1

startMethod · 0.80

Tested by

no test coverage detected