mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-14 15:57:16 +00:00
Allow subscribing to all ZMQ topics in EventHandlerBase
This commit is contained in:
parent
bb8e0c7458
commit
ddc79c9717
@ -55,6 +55,8 @@ class EventHandlerBase(ABC):
|
|||||||
subscribed to 'fsm' will receive 'fsm_update'
|
subscribed to 'fsm' will receive 'fsm_update'
|
||||||
messages as well.
|
messages as well.
|
||||||
"""
|
"""
|
||||||
|
if '' in self.keys:
|
||||||
|
return True
|
||||||
return message['key'] in self.keys
|
return message['key'] in self.keys
|
||||||
|
|
||||||
def dispatch_handling(self, message):
|
def dispatch_handling(self, message):
|
||||||
|
Loading…
Reference in New Issue
Block a user