We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, we use stream requests to comminute with django grpc server, but I don't know how server broadcast to clients with connected stream requests.
The text was updated successfully, but these errors were encountered:
Use Bidirectional streaming RPCs - https://grpc.io/docs/what-is-grpc/core-concepts/ (search for BidiHello RPC example)
Sorry, something went wrong.
ok, I know how to do, and is this extension doesn't support async yet? I have tried to use asyncio, but it not work not.
No branches or pull requests
Hi, we use stream requests to comminute with django grpc server, but I don't know how server broadcast to clients with connected stream requests.
The text was updated successfully, but these errors were encountered: