We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425600d commit fff240fCopy full SHA for fff240f
src/main/java/com/example/NtfyConnectionImpl.java
@@ -87,6 +87,7 @@ public void receiveMessage(Consumer<NtfyMessageDto> messageHandler) {
87
.forEach(messageHandler);
88
}).exceptionally(e -> {
89
System.err.println("Async connection error: " + e.getMessage());
90
+ e.printStackTrace();
91
return null;
92
});
93
}
0 commit comments