Skip to content

Handle API ReadTimeout more gracefully

Choose a tag to compare

@kpoppel kpoppel released this 06 Sep 14:06

Issue #33 should be handled more gracefully with this small fix when retrieving measurements. An exception is thrown when the API does not return data within default 5 seconds. This is now caught and empty data is returned.
It may not catch all such cases, as it does not cover all calls made to the API.