Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: expose
NewClient
method to end users
This will allow users to create a connection, leaving it in idle state, rather than having it automatically try and connect in the background, which is the current behavior of `Dial`. Leaving the connection in idle state is more consistent with how other grpc implementations deal with connections
- Loading branch information