Skip to content

Commit

Permalink
cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
Yostra authored and hoffmang9 committed Aug 19, 2020
1 parent df31acf commit 5f2000d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ async def await_closed(self):
"""
Await until the pipeline is done, after which the server and all clients are closed.
"""
await self._pipeline_task
self._pipeline_task.cancel()

def push_message(self, message: OutboundMessage):
"""
Expand Down

0 comments on commit 5f2000d

Please sign in to comment.