docker / libchan

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

Fix empty referenceIDs on subchannels #60

Closed dmcgowan closed 9 years ago

dmcgowan commented 9 years ago

When subchannels are created the reference IDs are not being set, causing additional nesting to fail.

dmcgowan commented 9 years ago

Combining with #54