File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 88* Fixed code -1 of retryable error if wrapped error with code
99* Added ` ydb.MustOpen ` and ` ydb.MustConnector ` helpers
1010* Fixed ` internal/xerrors.Transport ` error wrapping for case when given error is not transport error
11- * Added ` grpc.WithBlock() ` dial option to defaults
1211* Added grpc and operation codes to errors string description
1312* Extend ` scheme.Client ` interface with method ` Database `
1413* Removed ` driver.ResultNoRows ` in ` internal/xsql `
Original file line number Diff line number Diff line change 3131
3232func defaultGrpcOptions (t trace.Driver , secure bool , tlsConfig * tls.Config ) (opts []grpc.DialOption ) {
3333 opts = append (opts ,
34- // Block call `DialContext` for dial done or fail
35- // For exclude dial errors on `Invoke` and `NewStream` steps
36- grpc .WithBlock (),
3734 // keep-aliving all connections
3835 grpc .WithKeepaliveParams (
3936 DefaultGrpcConnectionPolicy ,
You can’t perform that action at this time.
0 commit comments