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
What is the best practice when we are using ClientChannel?
Should have a ClientChannel for each call and shutdown the connection after the call finished?
Should we have a ClientChannel per ServiceClients?
Should We have a single ClientChannel for everything?
When do we need to shutdown the ClientChannel?
The text was updated successfully, but these errors were encountered:
Hey everyone thanks for this awesome library
What is the best practice when we are using ClientChannel?
Should have a ClientChannel for each call and shutdown the connection after the call finished?
Should we have a ClientChannel per ServiceClients?
Should We have a single ClientChannel for everything?
When do we need to shutdown the ClientChannel?
The text was updated successfully, but these errors were encountered: