You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an application I am developing, I have several topics and 2 executables that communicate via them. During application startup, I get confirmation that each publisher is aware of the corresponding subscriber and vice versa using the PublicationMatchedStatus() or SubscriptionMatchedStatus(); methods.
When it comes to sending the messages, I get confirmation the publish has happened but the subscriber never picks up the data.
My receiver class starts a thread which runs the receiver method, it uses the polling method shown in the hello world example.
I am wondering if there is a more reliable method to receive data perhaps? Let me know if you would like to see more and I can prepare a skeleton of my application which should demonstrate what I am trying to achieve.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In an application I am developing, I have several topics and 2 executables that communicate via them. During application startup, I get confirmation that each publisher is aware of the corresponding subscriber and vice versa using the PublicationMatchedStatus() or SubscriptionMatchedStatus(); methods.
When it comes to sending the messages, I get confirmation the publish has happened but the subscriber never picks up the data.
My receiver class starts a thread which runs the receiver method, it uses the polling method shown in the hello world example.
I am wondering if there is a more reliable method to receive data perhaps? Let me know if you would like to see more and I can prepare a skeleton of my application which should demonstrate what I am trying to achieve.
Beta Was this translation helpful? Give feedback.
All reactions