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
Callback modes default to 0 which is invalid (btw, we should explain this).
But is 0 valid if there's no callback to apply the mode to? (the callback pointer is nullptr)
Also, do we allow callbacks to be nullptr in all cases?