mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1495] Repeated IDs #1488
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1488
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CyberMew on GitHub (Jan 12, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1495
Description
IDs are being repeated. Not sure if this is intended or a bug
Steps to Reproduce
Current Behavior
ID counter are reset to 1 in a saved Proxyman session file, instead of resuming from the next biggest ID currently in the session.
Expected Behavior
IDs should not clash with existing IDs but should continue where it left off.
Environment
@NghiaTranUIT commented on GitHub (Jan 12, 2023):
Yes, it's our intention. The ID is not unique and it could be duplicated with other requests, which are imported from the file.
@CyberMew commented on GitHub (Jan 12, 2023):
Ah ok got it then I will sort by time instead. Thanks for confirming.