You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional implementations of stream protocol and CBOR encoding supports. Includes an SSH implementation of streams as well as a first version of a simple framing protocol.
Implementation of libchan using the 0.2.0 protocol definition. Includes a new streams abstraction to support different multiplexing protocols in the future. It also has a new msgpack implementation which allows for better support for interfaces and encoding/decoding Go channels.