Replies: 1 comment 1 reply
-
@github-actions proposed-answer Can you try using a shared |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I'm using the sample code given in the SDK (code to subscribe to a single topic) and trying to extend to subscribe to multiple topics, with no luck...
Below is the code I'm using ... need to be able to call SubscribeToIoTCore for multiple topics.
and I would call this function like,
In all 3 calls, function would return a true, but however receiving messages ONLY on the last subscription "topic3"
Not receiving any messages on topic1 and topic2.
What's the right way to use the SDK, for subscribing to multiple topics?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions