Closed Phyks closed 1 year ago
i haven't, but it could be due to cancelling main not closing a async with properly, you could try adding a catch for keyboardinterrrupt and manually opening and closing the connection
Update on this one, it is kinda solved. My Ajax alarm was connected to the same LAN with Wifi and Ethernet fallback. Disabling Wifi fixed the issue.
Hi,
I am using the asyncio version of pysiaalarm as per the test example (https://github.com/eavanvalkenburg/pysiaalarm/blob/master/tests/run_aio.py) and I am regularly getting errors such as
I am using pysialarm with an Ajax alarm system.
It seems that for some reason pysiaalarm is not releasing sockets. See
all of them being between my Ajax hub IP and pysiaalarm system (connection status "ESTABLISHED") with a bunch of different source ports on the Ajax hub IP side.
Upon restart of the client app, I only get
10 being
LISTEN
status on*:8001
(pysiaalarm listener) and 5 beingESTABLISHED
between my Ajax hub (single source port) and pysiaalarm.Has anyone already noticed this behavior?
Thanks!