Skip to content
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

ClientModel: Add internal/emitted RetriableResultCollection to handle reconnection of e.g. SSE implementations of AsyncResultCollection<T> #44284

Open
annelo-msft opened this issue May 28, 2024 · 0 comments
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library. System.ClientModel Base Core library
Milestone

Comments

@annelo-msft
Copy link
Member

This should be possible using LastEventId and ReconnectionInterval properties of SseParser when we move to dotnet/runtime#98105. It would look much like Azure.Core's internal RetriableStream implementation.

We do not currently have a service client that uses event ids, so we should postpone this until such a service exists, unless we wanted to work through it as a proof of concept.

@annelo-msft annelo-msft added Client This issue points to a problem in the data-plane of the library. Azure.Core System.ClientModel Base Core library labels May 28, 2024
@annelo-msft annelo-msft added this to the Backlog milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library. System.ClientModel Base Core library
Projects
None yet
Development

No branches or pull requests

1 participant