grpc-dart/test
Jakob Andersen 2f118ea043 Preparation for RPC multiplexing (#31)
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.
2017-09-25 13:51:40 +02:00
..
data Add TLS support. (#29) 2017-08-17 09:45:11 +02:00
src Preparation for RPC multiplexing (#31) 2017-09-25 13:51:40 +02:00
client_test.dart Preparation for RPC multiplexing (#31) 2017-09-25 13:51:40 +02:00
options_test.dart Add TLS support. (#29) 2017-08-17 09:45:11 +02:00
server_test.dart Add basic server tests. (#27) 2017-07-18 15:14:13 +02:00
stream_test.dart Add basic client tests. (#26) 2017-07-17 15:11:45 +02:00
timeout_test.dart Preparation for RPC multiplexing (#31) 2017-09-25 13:51:40 +02:00