Skip to content

Commit

Permalink
fixup! Refactor PubSub, Server & Publishers
Browse files Browse the repository at this point in the history
  • Loading branch information
roekatz committed Sep 10, 2024
1 parent 8271992 commit 376acd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/opal-server/opal_server/pubsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ async def stop(self):
self._wait_for_broadcaster_closed.cancel()
stop_tasks.append(self._wait_for_broadcaster_closed)

# TODO: return_exceptions?
await asyncio.gather(*stop_tasks, return_exceptions=True)
if self.broadcaster is not None:
await self.broadcaster.close()
Expand Down

0 comments on commit 376acd6

Please sign in to comment.