pystalkd icon indicating copy to clipboard operation
pystalkd copied to clipboard

How do I know if connection is lost?

Open stavinsky opened this issue 8 years ago • 0 comments

lets say I made connection like: c = Connection("localhost", 11300) if after that I kill beanstalkd and try for example: c.stats() my script halts forever.

stavinsky avatar Feb 29 '16 23:02 stavinsky