ettoreleandrotognoli / python-ami

Python AMI Client
BSD 3-Clause "New" or "Revised" License
107 stars 66 forks source link

AutoReconnect ping always returns None #54

Closed TECH7Fox closed 1 year ago

TECH7Fox commented 1 year ago

The ping function in the AutoReconnect is always returning None, which makes it reconnect while the connection is working and is sending succesful actions.

I also tried a Ping action outside the AutoReconnect which is working just fine.

Is there a easy fix for this?

TECH7Fox commented 1 year ago

Tried setting the timeout higher, but that also doesn't work. It just waits and returns None after the timeout.

TECH7Fox commented 1 year ago

Fixed. Connection timed out.