google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
23.16k stars 3.23k forks source link

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

Open Paul-Paquette opened 6 months ago

Paul-Paquette commented 6 months ago

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.

github-actions[bot] commented 4 days ago

This issue is stale because it has been open 6 months with no activity. Please comment or label not-stale, or this will be closed in 14 days.