Skip to content

Commit 2c2bdac

Browse files
committed
Close process faster
1 parent b860894 commit 2c2bdac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ async def await_closed(self):
152152
Await until the pipeline is done, after which the server and all clients are closed.
153153
"""
154154
await self._pipeline_task
155-
await self._ping_task
156155

157156
def push_message(self, message: OutboundMessage):
158157
"""

0 commit comments

Comments
 (0)