Skip to content

Commit

Permalink
WIP: Fix broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianElsmer committed Feb 6, 2023
1 parent b5f7963 commit 0b340fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions amqtt/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,8 +898,6 @@ async def _broadcast_loop(self):
if self._broadcast_shutdown_waiter in completed:
break

await run_broadcast_task

except:
self.logger.exception("Broadcast loop raised an error")
finally:
Expand Down

0 comments on commit 0b340fc

Please sign in to comment.