SmartThingsCommunity / smartapp-sdk-nodejs

Javascript/NodeJS SDK to create SmartThings SmartApps
https://smartthings.developer.samsung.com/
Apache License 2.0
146 stars 80 forks source link

feat: Synchronize only refreshes to preserve multi-threading #140

Closed bflorian closed 4 years ago

bflorian commented 4 years ago

Synchronize only refreshing of tokens that that the initial requests when an accessToken expires. This way callbacks can be made in parallel as long as the tokens are valid.