send telemetry synchronously in a background thread

This commit is contained in:
Karl Seguin
2025-03-10 14:17:23 +08:00
parent a6a8130234
commit a5ee34a2db
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ pub const App = struct {
loop.* = try Loop.init(allocator);
errdefer loop.deinit();
const telemetry = Telemetry.init(allocator, loop, run_mode);
const telemetry = Telemetry.init(allocator, run_mode);
errdefer telemetry.deinit();
return .{