Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed: Tokens cover each other when multi-threaded #72 #73

Merged
merged 1 commit into from
Feb 27, 2022

Conversation

Deng2016
Copy link
Contributor

  1. Modify the header variable initialization method to prevent the TOKEN from being overwritten due to pointing to the same memory address in multiple threads ;
  2. Fixed header variable re-initialization to ensure only one initialization;

#72

@Deng2016 Deng2016 changed the title fix: 1、Modify the headers variable initialization method to prevent t… fixed: 多线程时token互相覆盖 #72 Nov 11, 2021
@Deng2016 Deng2016 changed the title fixed: 多线程时token互相覆盖 #72 fixed: Tokens cover each other when multi-threaded #72 Nov 11, 2021
…od to prevent tokens from being overwritten by the same reference in multiple threads;2、Fixed header variable re-initialization to ensure only one initialization;
@mandrewcito mandrewcito merged commit 22a8168 into mandrewcito:main Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants