-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose Subscription liveness callbacks to the application layer #11641
Comments
I presume you're referring to the client side here. There are a couple of different callback APIs in question here - starting at the base with The next level up is What we don't do well today is to convey liveness timeout failures correctly with a precise error code - it's conveyed as a Levels above that are still WIP I believe.. |
@sagar-apple is this good enough for you? |
@yunhanw-google to fix the emission of a more precise error code for liveness failure. |
@sagar-apple needs those "levels above" fixed is the point. |
Per chat with @bzbarsky-apple , Boris's incoming PR would take care of this, thanks |
Problem
There doesn't seem to be a way for an application to sign up for
SubscriptionTerminated
notifications from the SDK.This means that if a subscription expires, no notification is sent to the application to attempt a retry, for example.
Proposed Solution
Expose the IMDelegate APIs to the application layer.
The text was updated successfully, but these errors were encountered: