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
Currently, notifyCallback is a plain function pointer and there is no direct way to pass the this pointer to the callback function. It is better to change to C++ std::function.