try:
r=yield etcd.set(b'key1', b'foobar')
print r
except Exception:
traceback.print_exc()
with a server, which is SIGSTOP-ped (so I can open a TCP connection to it, but it won't produce any answer), the program never gets through etcd.set, it doesn't time out. (at least not for some minutes)
lt would be good to have a configurable timeout.
Hi,
When I run this code:
with a server, which is SIGSTOP-ped (so I can open a TCP connection to it, but it won't produce any answer), the program never gets through etcd.set, it doesn't time out. (at least not for some minutes) lt would be good to have a configurable timeout.