docker / libchan

Like Go channels over the network
Apache License 2.0
2.47k stars 142 forks source link

use the stream identifier instead of a string for looking up streams. #40

Closed erikh closed 9 years ago

dmcgowan commented 9 years ago

Code now uses integer reference ids instead of strings, achieving the intent of this PR. Closing