microsoft / BotFramework-WeChat

WeChat Adapter for BotFramework
MIT License
64 stars 23 forks source link

Add double checked locking when get and update access token #30

Closed youyu16 closed 4 years ago

youyu16 commented 4 years ago

Add double checked locking to reduce the time cost and ensure only one valid access token at the same time.