fix: ensure proper disposal of help request timeout timer and improve logging

This commit is contained in:
Neil Dorin
2025-11-26 11:02:31 -07:00
parent 5de1e2d7bb
commit 4f5d4ef87a
2 changed files with 13 additions and 7 deletions

View File

@@ -67,5 +67,5 @@ public class IEssentialsRoomFusionControllerPropertiesConfig
/// Gets or sets the timeout duration for help requests in milliseconds
/// </summary>
[JsonProperty("helpRequestTimeoutMs")]
public int HelpRequestTimeoutMs{ get; set; } = 30000;
public int HelpRequestTimeoutMs { get; set; } = 30000;
}