Skip to content

Make handshake API crate internal only

Zeeshan Ali Khan requested to merge azync-fixes into master

Since all constructors of azync::Connection are async anyway, this API isn't very useful for our users. If it turns out to be useful, we can turn it into public later.

Merge request reports