This website requires JavaScript.
Explore
Help
Sign in
Alex-Devera
/
3x-ui
Watch
1
Star
0
Fork
You've already forked 3x-ui
0
mirror of
https://github.com/MHSanaei/3x-ui.git
synced
2026-06-07 13:44:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5
eca9b219cf
3x-ui
/
config
/
version
2 lines
12 B
Text
Raw
Normal View
History
Unescape
Escape
fix: resolve shared-mode traffic flush blocked by stale inboundId=0 delta The traffic-pending.json file could contain a stale client traffic delta with inboundId=0 (created before the InboundId resolution fix). When flushToDatabase tried to INSERT this into client_traffics, it violated the foreign key constraint fk_inbounds_client_stats, causing the entire transaction to roll back and blocking ALL traffic from being written to MariaDB. - Skip deltas with InboundID==0 in flushToDatabase with a warning log - Share a single TrafficPendingStore between XrayTrafficJob and the flush loop to eliminate a race condition from dual file instances - Add test for zero InboundID skip behavior
2026-04-23 18:56:23 +00:00
v1.4.6-beta
Reference in a new issue
Copy permalink