You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi,
I want to create multiple grpc connections instead of one. I am using Flower which is a federated learning framework and it uses grpc for the communication. This (Link provided below) is the line where they are creating 1 grpc connection and I want to create 3. Can I please get some help?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Can anyone please help me with this?
Xuan Wang
unread,
Oct 11, 2023, 2:20:50 PM10/11/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi, looks like the grpc connection in Flower is one stub created using one channel, grpc Python does support reuse stub for client multiplex, you can refer to our multiplex_client implementation on how to do that.