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
Resource A is received, but NACKed. Watcher X is called and told about the error
Watcher Y is added for resource A. It doesn't receive a cached value (because one doesn't exist) and also isn't told about the error. It simply hangs
We already have code that checks for errors when adding a new watcher, but those are only for persistent errors where we can't even talk to the control plane (e.g., no control plane is defined for the authority). We probably need to save the error within onError().
The text was updated successfully, but these errors were encountered:
Consider the flow:
We already have code that checks for errors when adding a new watcher, but those are only for persistent errors where we can't even talk to the control plane (e.g., no control plane is defined for the authority). We probably need to save the error within
onError()
.The text was updated successfully, but these errors were encountered: