zb: MessageStream keeps an Arc<ConnectionInner> clone
Otherwise, connection will be closed if the source Connection
is dropped and it happens as part of From<Connection> for MessageStream
impl.
Fixes #238 (closed).
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Otherwise, connection will be closed if the source Connection
is dropped and it happens as part of From<Connection> for MessageStream
impl.
Fixes #238 (closed).