Only hang shard startup until sending identify
This commit is contained in:
parent
8de6960335
commit
0b0ea5af1c
@ -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…
Reference in New Issue
Block a user