feat(rcf): matrix experimentation

This commit is contained in:
Swann Martinez
2019-03-18 18:21:33 +01:00
parent 5a831668c8
commit cb7c5aa12e
4 changed files with 57 additions and 30 deletions

View File

@ -109,6 +109,7 @@ class RCFMessage(object):
# this currently erasing old value
if self.key is not None:
dikt[self.key] = self
def send(self, socket):
"""Send key-value message to socket; any empty frames are sent as such."""