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
It would be nice if there was an explicit and required way in the grpc streams to distinguish them from others (for instance normal web traffic). This way a single port could serve a web page and the services via grpc. Options that come to mind are:
Either add a header to all grpc stream (grpc-stream or grpc-version or something like that)
Use a special method (like grpc) in the :method header
Cheers 🍻
The text was updated successfully, but these errors were encountered:
It would be nice if there was an explicit and required way in the grpc streams to distinguish them from others (for instance normal web traffic). This way a single port could serve a web page and the services via grpc. Options that come to mind are:
Cheers 🍻
The text was updated successfully, but these errors were encountered: