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
Send each RPC output messages in its own "block", encode the protobuf message in the data: field
Use a custom protocol buffers field option to mark a field within the RPC output message as the event ID. If this option is present, send its value in the id: field.
Use the same option to mark a field within the RPC input message such that is populated with the value of the Last-Event-Id header
Blocked by #13Allow calling methods that use server streaming (and not client streaming) via the
EventSource
browser API.Populate the RPC input message as described in Implement support for specifying custom HTTP "GET" routes. #13data:
fieldid:
field.Last-Event-Id
headerThe text was updated successfully, but these errors were encountered: