Commit 3d24044
committed
fix: RGB watchdog — 15s interval, explicit disconnect before reconnect
Root cause: watchdog reconnected every 5s without closing old socket,
creating 100+ TIME_WAIT connections that exhausted ephemeral ports.
- Watchdog interval: 5s -> 15s (reduces TIME_WAIT pressure)
- Explicit Disconnect() call before ConnectAsync() in watchdog
- Overlay defaults: transparent=false, topmost=false (already pushed)1 parent 9ab6fd2 commit 3d24044
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
394 | 397 | | |
395 | 398 | | |
396 | 399 | | |
| |||
0 commit comments