Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiplex RPCs on a single connection. (#34)
A Channel will now multiplex RPCs on a single managed connection. The connection will attempt to reconnect on failure, and will close the underlying transport connection if no RPCs have been made for a while. Part of #5.
- Loading branch information