Replies: 1 comment
-
The SDK will create one individual request for each topic that you pass to the method and send all requests asynchronously. So, there _should_™ be no limit on the number of topics. I've never tried to subscribe a device to 1000 topics, so I can't tell you what will happen, but it could be that the requests get rate limited (but again, I don't know, so this is just a guess 😅) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see in the documentation that the subscribeToTopics/unsubscribeFromTopics methods can have 1000 tokens max but there is no mention of the max number of topics. Is there a limit on the number of topics for these calls. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions