(Boeing r1764)
added Broker.handlerawmsg() helper to invoke handlemsg() using packed bytes
This commit is contained in:
parent
83d238c691
commit
30965ba950
2 changed files with 9 additions and 4 deletions
|
@ -246,10 +246,7 @@ class Session(object):
|
|||
except Exception, e:
|
||||
self.warn("Error sending Event Message: %s" % e)
|
||||
# also inform slave servers
|
||||
coremsg = coreapi.CoreEventMessage(0,
|
||||
msg[:coreapi.CoreMessage.hdrsiz],
|
||||
msg[coreapi.CoreMessage.hdrsiz:])
|
||||
tmp = self.broker.handlemsg(coremsg)
|
||||
tmp = self.broker.handlerawmsg(msg)
|
||||
return replies
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue