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
Callbacks (Dispatcher) is failing in javascript. Investigate communication between c++/js and resolve. May need specific solutions for c++ vs JS implementations.
The text was updated successfully, but these errors were encountered:
An exception occurs when the event is added to the std::list in Dispatcher::listen. It looks like this is because the pointer to the list changes between ctor and calling listen (once again, no idea why).
Both of these issues only occur when calling listen via javascript, and work perfectly fine in pure c++.
Callbacks (Dispatcher) is failing in javascript. Investigate communication between c++/js and resolve. May need specific solutions for c++ vs JS implementations.
The text was updated successfully, but these errors were encountered: