blakev / python-syncthing

Python bindings to the Syncthing REST interface.
MIT License
75 stars 24 forks source link

event stream api suffering from read timeout upstream bug in request library #31

Open hapm opened 3 years ago

hapm commented 3 years ago

As long as https://github.com/psf/requests/issues/5430 is open, the event stream needs to catch ConnectionError for read timeouts.