Packet filtered counter fixed

This commit is contained in:
DomySh
2022-06-30 00:02:01 +02:00
parent a064652fcf
commit 4174654c3c
7 changed files with 11 additions and 10 deletions

View File

@@ -215,7 +215,8 @@ class ServiceManager:
return
else:
await asyncio.sleep(.5)
except Exception:
except asyncio.CancelledError:
self._set_status(STATUS.STOP)
await self.proxy.stop()
self.starter = asyncio.create_task(func())