We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4049a84 commit cce3000Copy full SHA for cce3000
dialoptions.go
@@ -317,12 +317,8 @@ func WithBlock() DialOption {
317
// Use of this feature is not recommended. For more information, please see:
318
// https://github.com/grpc/grpc-go/blob/master/Documentation/anti-patterns.md
319
//
320
-// # Experimental
321
-//
322
-// Notice: This API is EXPERIMENTAL and may be changed or removed in a
323
-// later release.
324
325
// Deprecated: this DialOption is not supported by NewClient.
+// Will be supported throughout 1.x.
326
func WithReturnConnectionError() DialOption {
327
return newFuncDialOption(func(o *dialOptions) {
328
o.block = true
0 commit comments