ClientModel: Add internal/emitted RetriableResultCollection to handle reconnection of e.g. SSE implementations of AsyncResultCollection<T> #44284
Labels
Azure.Core
Client
This issue points to a problem in the data-plane of the library.
System.ClientModel
Base Core library
Milestone
This should be possible using
LastEventId
andReconnectionInterval
properties ofSseParser
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.
The text was updated successfully, but these errors were encountered: