We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/eclipse/leshan/blob/master/leshan-core-cf/src/main/java/org/eclipse/leshan/core/californium/CoapAsyncRequestObserver.java#L101
using something like: LOG.warn("Uncaught exception during onResponse callback", e); would simplify the debug, WDYT?
LOG.warn("Uncaught exception during onResponse callback", e);
The text was updated successfully, but these errors were encountered:
Totally 👍 looks like a bug !
Sorry, something went wrong.
ok let me fix that
fix #1287 : log uncaught callback exceptions
0fc43e6
Signed-off-by: Julien Vermillard <jvermillard@sierrawireless.com>
50a719b
No branches or pull requests
https://github.com/eclipse/leshan/blob/master/leshan-core-cf/src/main/java/org/eclipse/leshan/core/californium/CoapAsyncRequestObserver.java#L101
using something like:
LOG.warn("Uncaught exception during onResponse callback", e);
would simplify the debug, WDYT?The text was updated successfully, but these errors were encountered: