Juan-Carlos Foust

Results 5 comments of Juan-Carlos Foust

@aymericbeaumet thank you for sharing, increasing memory available in my cluster rectified the issue for me.

I was able to resolve this issue with the following steps: Replace the contents of setup.py with the following : ``` from setuptools import setup, find_packages setup(name="opcua-client", version="0.8.0", description="OPC-UA Client...

@tarzanek @dorlaor thanks for the thoughtful responses. I think I might be able to take this on in a few months. It depends on when we update to 4.0 (and...

For what it's worth, I don't think there's any workaround to this besides catching the `ConnectionError` explicitly - `urllib3.Retry` has never retried on a `ConnectionError` (as far I can tell)...