Recently the asyncGet was added, which works as expected.
But the exceptions (e.g. Timeout) are just logged and not propagated to the user.
I see two possibilities how this could be added (there are probably more):
- Add a separate callback, which is called on the error.
- Add extra arguments to the existing callback, which provide the status information.
@sveseli