ydb-rs-sdk
ydb-rs-sdk copied to clipboard
Allow share client between many tests
Now - it has error: tonic::transport::Error(Transport, Closed)", source: None }) and panic in crate hyper: "dispatch dropped without returning error" https://gist.github.com/rekby/80201dadb1ad28801b8eb119c631827f
repro: uncomment return near line https://github.com/ydb-platform/ydb-rs-sdk/issues/92
may be similar to https://github.com/hyperium/hyper/issues/2177 https://github.com/hyperium/hyper/issues/2649 https://github.com/hyperium/hyper/issues/2892