Skip to content

Commit

Permalink
fix: Use OpenShardManager in proxy example (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
apricotbucket28 authored Feb 4, 2025
1 parent 5e299d1 commit 767e8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/proxy/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func main() {
return
}

if err = client.OpenGateway(context.TODO()); err != nil {
if err = client.OpenShardManager(context.TODO()); err != nil {
slog.Error("error while connecting to gateway", slog.Any("err", err))
return
}
Expand Down

0 comments on commit 767e8b4

Please sign in to comment.