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

[Python] Flatc stub compatibility with gRPC asyncio Interface #8270

Open
Paul-Paquette opened this issue Mar 30, 2024 · 0 comments
Open

[Python] Flatc stub compatibility with gRPC asyncio Interface #8270

Paul-Paquette opened this issue Mar 30, 2024 · 0 comments

Comments

@Paul-Paquette
Copy link

Paul-Paquette commented Mar 30, 2024

Does the autogenerated stub code from flatc support using the aio interface in gRPC for the channel? Asyncio support was added to gRPC officially in 1.32, and I want to take advantage of that support.

I had tried simply changing the channel input to the stub initializer to a grpc.aio.insecure_channel() but had difficulty using the member functions of the stub with that channel, unlike the non-aio interface. So I figured I'd ask outright if this gRPC interface is supported before digging deeper.

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

1 participant