Skip to content

Commit 7d60f30

Browse files
HandyS11claude
andcommitted
docs: fix Ready-offload comment + stale storage relay summary
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d451678 commit 7d60f30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/RustPlusBot.Features.Pairing/Hosting/PairingHostedService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private Task OnReadyAsync()
4343

4444
_started = true;
4545

46-
// Starting listeners connects to every active Rust server; doing it inline blocks the gateway
46+
// Starting FCM pairing listeners involves network I/O; doing it inline blocks the gateway
4747
// task and stalls event dispatch, so offload it. Failures must be caught here — nothing awaits
4848
// this.
4949
_ = Task.Run(StartListenersAsync);

src/RustPlusBot.Features.StorageMonitors/Relaying/StorageMonitorStateRelay.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace RustPlusBot.Features.StorageMonitors.Relaying;
1212

13-
/// <summary>Keeps storage monitor embeds in sync: trigger events re-render with the carried contents; a non-Connected server marks them unreachable.</summary>
13+
/// <summary>Keeps storage monitor embeds in sync: trigger events re-render with the carried contents; a drop from Connected marks them unreachable.</summary>
1414
/// <param name="scopeFactory">Opens scopes for the scoped stores.</param>
1515
/// <param name="locator">Resolves the #storagemonitors channel id.</param>
1616
/// <param name="poster">Posts/edits storage monitor embeds.</param>

0 commit comments

Comments
 (0)