zb: Drop azync::Connection::shutdown
Turns out we don't need it. User just can't drop streams in async contexts when using single-threaded schedulers at least. For now just document this more visibly but maybe we can do better using channels and unsubscribing from the Stream::poll_next
impl itself.
Edited by Zeeshan Ali Khan