You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(UBNetworkAccessManager): Use atomic_int instead of volatile
volatile is intended for hardware interaction, where changes might
not be obvious from the given code, disabling certain compiler
features.
The intended use is atomic operations, so use that instead.
0 commit comments