Skip to content

Commit

Permalink
oops req should always be destoyed
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadbky committed Jul 7, 2024
1 parent cb7567a commit 1296ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Libs/ahmad3/UI/MlAuth.Script.txt
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ Void TrySendStaggeredReqs() {
wait(Req.IsCompleted);
if (Req.StatusCode == 200) {
IndexedStaggeredReqs.removekey(I);
Http.Destroy(Req);
}
Http.Destroy(Req);
}

StaggeredReqs = [];
Expand Down

0 comments on commit 1296ed7

Please sign in to comment.