When the callback NotificationListener.onSubscriptionTransferFailed occurs, how do we restore the subscription? #1080
cityWalker312
started this conversation in
General
Replies: 1 comment 3 replies
-
Presumably your application has some bookkeeping about what the user is interested in. You created that subscription and added items to it once already. You know how to do it. Now you've been told that you need to do it again. Create a new subscription. Create new monitored items belonging to that subscription. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Here is the code segment。
Expected behavior
Can you give best practice advice for resuming subscriptions?
Logs and Packet Captures
Here is the log segment
onSubscriptionTransferFailed error code=0x80280000, warn msg: subId=85, items size=1
Additional context
Milo client sdk version is 0.6.3
Milo server sdk version is 0.6.3
Beta Was this translation helpful? Give feedback.
All reactions