Jc2k / aiohomekit

asyncio for homekit
Apache License 2.0
52 stars 20 forks source link

Fix race when during timeout of IP connection request #377

Closed bdraco closed 3 months ago

bdraco commented 3 months ago

If the requests hits th 30s timeout, but responds or times out at just the right time before the during the connection teardown, the future will already be resolved.

bdraco commented 3 months ago

I’m traveling this weekend but I’ll do a release when I get back to the room