Open
Description
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?