multiformats / go-multistream

an implementation of the multistream protocol in go
MIT License
40 stars 27 forks source link

Make `ls` actually work #46

Closed raulk closed 4 years ago

raulk commented 4 years ago

Long-standing issue. Under the NegotiateLazy() scheme, currently we just echo back ls, instead of returning the handled protocols.


Fixes #5.