Skip to content
New issue

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

How to broadcast to stream client #13

Open
yswtrue opened this issue Aug 18, 2020 · 2 comments
Open

How to broadcast to stream client #13

yswtrue opened this issue Aug 18, 2020 · 2 comments

Comments

@yswtrue
Copy link

yswtrue commented Aug 18, 2020

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.

@gluk-w
Copy link
Owner

gluk-w commented Aug 18, 2020

Use Bidirectional streaming RPCs - https://grpc.io/docs/what-is-grpc/core-concepts/ (search for BidiHello RPC example)

@yswtrue
Copy link
Author

yswtrue commented Aug 24, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants