3x-ui/web/websocket
lolka1333 d14c54d21d ws/inbounds: realtime fixes + perf for 10k+ client inbounds
- hub: dedup, throttle, panic-restart, deadlock fix, race tests
- client: backoff cap + slow-retry instead of giving up
- broadcast: delta-only payload, count-based invalidate fallback
- filter: fix empty online list (Inbound has no .id, use dbInbound.toInbound)
- perf: O(N²)→O(N) traffic merge, bulk delete, /setEnable endpoint
- traffic: monotonic all_time + UI clamp + propagate in delta handler
- session: persist on update/logout (fixes logout-after-password-change)
- ui: protocol tags flex, traffic bar normalize
2026-04-28 05:22:39 +02:00
..
hub.go ws/inbounds: realtime fixes + perf for 10k+ client inbounds 2026-04-28 05:22:39 +02:00
hub_test.go ws/inbounds: realtime fixes + perf for 10k+ client inbounds 2026-04-28 05:22:39 +02:00
notifier.go ws/inbounds: realtime fixes + perf for 10k+ client inbounds 2026-04-28 05:22:39 +02:00