Hi, Is it possible to kill an active/open request in Python?
I have locking code around a thrift call, but sometimes the other side (server) doesn't return (not in my control). I would like to force that connection to close so that the thread can continue on. I've tried to close the transport, thinking it would fail out, but no luck. Thanks.
