You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Channels might be expensive to create. Maybe a map<Address, Channel/Stub> can be used to reuse them.
Otherwise, we can create a new channel+stub for most RPCs.
The text was updated successfully, but these errors were encountered:
If a lot of Channels are saved overtime, they may break the program (maybe around 1M channels?).
For now, for simplicity, a new channel + stub is created for each RPC.
Channels might be expensive to create. Maybe a map<Address, Channel/Stub> can be used to reuse them.
Otherwise, we can create a new channel+stub for most RPCs.
The text was updated successfully, but these errors were encountered: