[GH-ISSUE #1347] [BUG] Duplicated Request ID #1341

Open
opened 2026-03-03 19:50:40 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Sep 4, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1347

Originally assigned to: @NghiaTranUIT on GitHub.

Description

Sometimes, we've encountered a duplicated request ID. It must be a race-condition issue. Let's fix it 👍

Acceptance Criteria

  • Use atomic_fetch_add to safely increase/decrease the counter.
Originally created by @NghiaTranUIT on GitHub (Sep 4, 2022). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1347 Originally assigned to: @NghiaTranUIT on GitHub. ### Description Sometimes, we've encountered a duplicated request ID. It must be a race-condition issue. Let's fix it 👍 ### Acceptance Criteria - Use `atomic_fetch_add` to safely increase/decrease the counter.
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 4, 2022):

Fixed: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.8.0_Fix_ID_Counter.dmg

<!-- gh-comment-id:1236347129 --> @NghiaTranUIT commented on GitHub (Sep 4, 2022): Fixed: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.8.0_Fix_ID_Counter.dmg
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1341
No description provided.