oscerd commented on code in PR #9294:
URL: https://github.com/apache/camel/pull/9294#discussion_r1095722026
##########
components/camel-pubnub/src/main/java/org/apache/camel/component/pubnub/PubNubConsumer.java:
##########
@@ -131,6 +138,41 @@ public void presence(PubNub pubnub, PNPresenceEventResult
presence) {
}
}
+ @Override
+ public void signal(@NotNull PubNub pubnub, @NotNull PNSignalResult
pnSignalResult) {
+ System.out.println("A");
Review Comment:
Are you sure about this println?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]