feat(rcf):scene initialisation

This commit is contained in:
Swann Martinez
2019-03-28 13:58:34 +01:00
parent 1591169f66
commit b51ca0fde5
3 changed files with 81 additions and 38 deletions

View File

@ -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)