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

Method persistentRoomWarning

syncplay/protocols.py:537–540  ·  view source on GitHub ↗
(self, clientFeatures, serverFeatures)

Source from the content-addressed store, hash-verified

535 self.sendHello(version)
536
537 def persistentRoomWarning(self, clientFeatures, serverFeatures):
538 serverPersistentRooms = serverFeatures["persistentRooms"]
539 clientPersistentRooms = clientFeatures["persistentRooms"] if "persistentRooms" in clientFeatures else False
540 return serverPersistentRooms and not clientPersistentRooms
541
542 @requireLogged
543 def handleChat(self, chatMessage):

Callers 1

sendHelloMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected