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
Instead of serializing is just the token, an IAsyncEnumerable<T> should serialize as an object with a token property so that in the future, the object can carry other significant properties such as an initial array of values (thereby possibly avoiding a round-trip from the receiver just to get the first values that they were perhaps asking for in the first place.
Instead of serializing is just the token, an
IAsyncEnumerable<T>
should serialize as an object with a token property so that in the future, the object can carry other significant properties such as an initial array of values (thereby possibly avoiding a round-trip from the receiver just to get the first values that they were perhaps asking for in the first place.This modifies the spec proposed in #328
The text was updated successfully, but these errors were encountered: