mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-15 20:34:58 +01:00
Update Journal File Handling
Now Correctly deserializes Journal events
This commit is contained in:
@@ -89,6 +89,6 @@ public class FileHandlerService(
|
||||
}
|
||||
|
||||
logger.LogInformation("Handling file {FileName} with Type {Type}", fileName, handler.GetType().ToString());
|
||||
Task.Run(() => handler.HandleFile(path));
|
||||
await handler.HandleFile(path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user