Skip to content

Commit

Permalink
Update broker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoposartini committed Nov 5, 2019
1 parent 2134545 commit c505741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hbmqtt/broker.py
Expand Up @@ -728,6 +728,7 @@ def _broadcast_loop(self):
@asyncio.coroutine
def _broadcast_message_acl(self, session, topic, data, force_qos=None):
permitted = yield from self.topic_filtering(session, topic=topic)

if permitted:
yield from self._broadcast_message(session, topic, data, force_qos)

Expand Down

0 comments on commit c505741

Please sign in to comment.