How to add some condition for two callbacks and based on that, execute code?
I mean I get two callbacks in my subscribed node (callback1 and callback 2) ... I want to print "Hello" only when both callbacks are triggered.... for example if callback 1 is received data but callback2 dint received any data then "Hello" should not print on terminal log
is it possible?