Closed fjetter closed 1 week ago
This should fix https://github.com/dask/distributed/issues/8936 since both the tornado StreamClosedError and SSLError are OSErrors and I generally don't see a point why we wouldn't want to catch more generally all OSErrors that could pop up.
OSError
That apparently isn't sufficient...
This should fix https://github.com/dask/distributed/issues/8936 since both the tornado StreamClosedError and SSLError are OSErrors and I generally don't see a point why we wouldn't want to catch more generally all
OSError
s that could pop up.