mandrewcito / signalrcore

SignalR Core python client
https://mandrewcito.github.io/signalrcore/
MIT License
115 stars 53 forks source link

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

Closed Deng2016 closed 2 years ago

Deng2016 commented 2 years ago
  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