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
If a document is changed, we need to notify clients attaching the document to update the replicas of the document in real time. We can achieve this using server streaming RPC in gRPC.
If a document is changed, we need to notify clients attaching the document to update the replicas of the document in real time. We can achieve this using server streaming RPC in gRPC.
For more details about server streaming RPC:
https://grpc.io/docs/guides/concepts/
The text was updated successfully, but these errors were encountered: