simpleMDMpy icon indicating copy to clipboard operation
simpleMDMpy copied to clipboard

No request timeouts

Open disconnect3d opened this issue 4 years ago • 0 comments

The system does not set or allow to set a configurable requests timeout and so it may wait forever for a request to complete.

The timeout should be configurable either globally (e.g. via SimpleMDM.set_requests_timeout(timeout_msecs)) or on a per-API basis (e.g. passed as API's __init__ argument).

disconnect3d avatar Jul 26 '21 16:07 disconnect3d