You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the method Connection.send_cmd_all() (pool.py) calls host.mark_dead(msg) on a socket.error: but the Host class doesn't implement such method, so the AttributeError is raised.
I have written this method in the Host class (host.py):
@ErDmKo a sample use case is to have continuous calls to the memcache service (i used a for loop with a sleep() at the end to simulate a production environment), while the memcache deamon is restarted.
@gianpaolo-lopresti thank again
Now i add new commit 5f28566 and up version in pypi. Than next time i will do try to reconnect than case after "DEAD_RETRY" seconds.
Hi,
the method Connection.send_cmd_all() (pool.py) calls host.mark_dead(msg) on a socket.error: but the Host class doesn't implement such method, so the AttributeError is raised.
I have written this method in the Host class (host.py):
I don't know if this could be a solution, but it seems to work.
The text was updated successfully, but these errors were encountered: