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
Have the proxy generate an Add and Remove event handler that detects that the target handler is an actor, and if so, wraps to call in Act(). This avoids having to manually and carefully route all incoming event handlers through Act().
Be careful that the original handler is still tracked, so that the correct handler is properly removed.
The text was updated successfully, but these errors were encountered:
Have the proxy generate an Add and Remove event handler that detects that the target handler is an actor, and if so, wraps to call in Act(). This avoids having to manually and carefully route all incoming event handlers through Act().
Be careful that the original handler is still tracked, so that the correct handler is properly removed.
The text was updated successfully, but these errors were encountered: