Project

General

Profile

Bug #8931

Updated by Peter Amstutz about 8 years ago

EventClient and PollClient in the Python SDK should be catching exceptions in a couple of places that it currently does not, which results in the event thread crashing and thing that depend on it getting wedged: 

 * The callback to user code, to avoid crashing the event handler thread 
 * When PollClient makes calls to the API server 

Back