aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Telemetry/ITelemetryStorageManager.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <roy.mail.net@gmail.com>2025-09-01 02:33:22 +0300
committerRoy Ben Shabat <roy.mail.net@gmail.com>2025-09-01 02:33:22 +0300
commit1d8115b0221779497d2cf33378b970b04a833d03 (patch)
treed9e9dbf640aa3b9304534fafe0fbde4fb0c57592 /Software/Visual_Studio/Tango.Telemetry/ITelemetryStorageManager.cs
parentd9e07aff4a8160de7ce19ea536e69ed8f9a7a6d5 (diff)
downloadTango-1d8115b0221779497d2cf33378b970b04a833d03.tar.gz
Tango-1d8115b0221779497d2cf33378b970b04a833d03.zip
Fixed telemetry logs cyclic loop
Diffstat (limited to 'Software/Visual_Studio/Tango.Telemetry/ITelemetryStorageManager.cs')
-rw-r--r--Software/Visual_Studio/Tango.Telemetry/ITelemetryStorageManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Telemetry/ITelemetryStorageManager.cs b/Software/Visual_Studio/Tango.Telemetry/ITelemetryStorageManager.cs
index 882cc0411..9376f6adf 100644
--- a/Software/Visual_Studio/Tango.Telemetry/ITelemetryStorageManager.cs
+++ b/Software/Visual_Studio/Tango.Telemetry/ITelemetryStorageManager.cs
@@ -9,7 +9,7 @@ namespace Tango.Telemetry
/// <summary>
/// Defines the contract for managing telemetry storage, including pending telemetries and history source checkpoints.
/// </summary>
- public interface ITelemetryStorageManager
+ public interface ITelemetryStorageManager : IDisposable
{
/// <summary>
/// Initializes the storage manager with the specified checkpoints recovery client.