feat(client_api): erase al non authorized modifications from local client
This commit is contained in:
@ -215,6 +215,8 @@ class RCFClientAgent(object):
|
|||||||
rcfmsg.send(self.publisher)
|
rcfmsg.send(self.publisher)
|
||||||
else:
|
else:
|
||||||
logger.error("Fail to dump ")
|
logger.error("Fail to dump ")
|
||||||
|
else:
|
||||||
|
helpers.load(key,self.property_map[key].body)
|
||||||
|
|
||||||
elif command == b"ADD":
|
elif command == b"ADD":
|
||||||
key = umsgpack.unpackb(msg[0])
|
key = umsgpack.unpackb(msg[0])
|
||||||
|
Reference in New Issue
Block a user