mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Login rejections could schedule and execute multiple restarts for one failure while leaving no usable console route during reconnect delays. Changes: - Bind failure and restart work to immutable connection attempts - Coalesce automatic retries while allowing explicit settings replacement until commit - Preserve held bots and offline command routing across failed logins - Add deterministic retry, ownership, and routing regression tests Fixes #3186 |
||
|---|---|---|
| .. | ||
| AutoRelogRetryPolicyTests.cs | ||
| McClientConnectionFailureTests.cs | ||
| MinecraftClient.Tests.csproj | ||
| RestartCoordinatorTests.cs | ||
| SocketWrapperTests.cs | ||
| Usings.cs | ||