·
245 commits
to main
since this release
Minor Changes
-
#51
268420cThanks @SkySails! - Added locking behavior for SDK initialization process. This should prevent multiple instances of the SDK from initializing at the same time in a context where the tokens are shared, such as within an MSFS project with multiple entrypoints. -
#52
8e43986Thanks @SkySails! - Added averifyparameter to thegetUserfunction that optionally forces a re-verification of the user's credentials. Can be useful when syncing multiple instances of the SDK running in different contexts with shared credentials.