feat: add cluster ID to shard state

This commit is contained in:
spiral
2022-02-07 11:05:55 -05:00
parent f13c60a841
commit 1ec3663f63
3 changed files with 9 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ message ShardState {
// unix timestamp
int32 last_heartbeat = 5;
int32 last_connection = 6;
optional int32 cluster_id = 7;
}
message GatewayEvent {