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.
OpenShardManager
1 parent 5e299d1 commit 767e8b4Copy full SHA for 767e8b4
_examples/proxy/example.go
@@ -74,7 +74,7 @@ func main() {
74
return
75
}
76
77
- if err = client.OpenGateway(context.TODO()); err != nil {
+ if err = client.OpenShardManager(context.TODO()); err != nil {
78
slog.Error("error while connecting to gateway", slog.Any("err", err))
79
80
0 commit comments