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
The implementation of server-sent events should use the SSE standard, at least for the JSON serializers, returning IAsyncEnumerable<T> from the corresponding interface method. SSE doesn't support binary, but we could come up with something similar for MessagePack, e.g. a sequence of length-prefixed binary blobs.
The text was updated successfully, but these errors were encountered:
The implementation of server-sent events should use the SSE standard, at least for the JSON serializers, returning
IAsyncEnumerable<T>
from the corresponding interface method. SSE doesn't support binary, but we could come up with something similar for MessagePack, e.g. a sequence of length-prefixed binary blobs.The text was updated successfully, but these errors were encountered: