InitializedEvent? #3089
Unanswered
JustRed23
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently trying to figure out if theres a way to check if all shards are ready in a shardmanager. I have a library project which currently hooks the ReadyEvent class and assumes that everything is ready by then, then it adds generic stuff like db initialization etc. The problem here is that the ReadyEvent gets called for every shard, but I want a more generic one, something like a InitializedEvent, which only gets called when:
a. If not using a shardmanager, just be the same as ReadyEvent
b. If using a shardmanager, get called when all shards are ready
Beta Was this translation helpful? Give feedback.
All reactions