feat: log shard ID in ShardConnection logs
This commit is contained in:
@@ -64,7 +64,7 @@ public class Shard
|
||||
HeartbeatReceived?.Invoke(latency);
|
||||
};
|
||||
|
||||
_conn = new ShardConnection(_jsonSerializerOptions, _logger);
|
||||
_conn = new ShardConnection(_jsonSerializerOptions, _logger, info.ShardId);
|
||||
}
|
||||
|
||||
private async Task ShardLoop()
|
||||
|
Reference in New Issue
Block a user