mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Only hang shard startup until sending identify
This commit is contained in:
parent
8de6960335
commit
0b0ea5af1c
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ namespace Myriad.Gateway
|
|||
_worker = ShardLoop();
|
||||
|
||||
// we can probably TCS this instead of spin loop but w/e
|
||||
while (State != ShardState.Connected)
|
||||
while (State != ShardState.Identifying)
|
||||
await Task.Delay(100);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue