mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 10:21:36 +00:00
Added documentation
This commit is contained in:
parent
cbda2bdf64
commit
c9421d52d2
@ -32,6 +32,12 @@ public sealed partial class RustService
|
||||
}
|
||||
catch
|
||||
{
|
||||
//
|
||||
// We don't expect this to ever happen because the HTTP client cannot raise exceptions in fire-and-forget mode.
|
||||
// This is because we don't await the task, so any exceptions thrown during the HTTP request are not propagated
|
||||
// back to the caller.
|
||||
//
|
||||
|
||||
Console.WriteLine("Failed to send log event to Rust service.");
|
||||
// Ignore errors to avoid log loops
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user