mirror of https://github.com/grpc/grpc-dart.git
First stage of separating Connection from Channel. A Channel manages multiple Connections, and chooses which Connection to send an RPC on. In this change, the Channel still creates a Connection for each RPC. Managing the Connection life-cycle comes in a later change. |
||
---|---|---|
example | ||
interop | ||
lib | ||
test | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
analysis_options.yaml | ||
pubspec.yaml |