Proxyman icon indicating copy to clipboard operation
Proxyman copied to clipboard

[BUG] Duplicated Request ID

Open NghiaTranUIT opened this issue 3 years ago • 1 comments

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.

NghiaTranUIT avatar Sep 04 '22 13:09 NghiaTranUIT

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

NghiaTranUIT avatar Sep 04 '22 13:09 NghiaTranUIT