Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Automatically route other actor call-backs through Act() #1

Open
n8allan opened this issue Nov 25, 2019 · 0 comments
Open

Comments

@n8allan
Copy link
Member

n8allan commented Nov 25, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant