feat(rcf):scene initialisation
This commit is contained in:
@ -233,7 +233,7 @@ class RCFClient():
|
||||
|
||||
rcfmsg_snapshot.store(self.property_map)
|
||||
for f in self.on_recv:
|
||||
f(rcfmsg)
|
||||
f(rcfmsg_snapshot)
|
||||
except:
|
||||
await asyncio.sleep(0.001)
|
||||
|
||||
|
Reference in New Issue
Block a user