|
|
@ -116,7 +116,7 @@ class MeshMultiListener(MeshArgsParse): |
|
|
logger.info(str(device), " device will reconnect") |
|
|
logger.info(str(device), " device will reconnect") |
|
|
device.state = RECONNECT |
|
|
device.state = RECONNECT |
|
|
finally: |
|
|
finally: |
|
|
await self.device.close() |
|
|
await device.close() |
|
|
|
|
|
|
|
|
class MeshApi(MeshArgsParse): |
|
|
class MeshApi(MeshArgsParse): |
|
|
app: FastAPI |
|
|
app: FastAPI |
|
|
|