examples(22c): fix cancel_task call
This commit is contained in:
@@ -374,7 +374,7 @@ class OutputGate(FrameProcessor):
|
|||||||
self._gate_task = self.get_event_loop().create_task(self._gate_task_handler())
|
self._gate_task = self.get_event_loop().create_task(self._gate_task_handler())
|
||||||
|
|
||||||
async def _stop(self):
|
async def _stop(self):
|
||||||
await cancel_task(self._gate_task)
|
await self.cancel_task(self._gate_task)
|
||||||
|
|
||||||
async def _gate_task_handler(self):
|
async def _gate_task_handler(self):
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user