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
demux: Changed the NewDemux to expect interface
This way the caller can use any of the io.ReadWriter implementations of the Mux and at the end
we have to cast it back to *mux so we do not care of that specific type