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

Removing an event handler #71

Open
daniele77 opened this issue Jul 12, 2024 · 0 comments
Open

Removing an event handler #71

daniele77 opened this issue Jul 12, 2024 · 0 comments
Assignees

Comments

@daniele77
Copy link
Owner

The class Client currently provides the method OnEvent to add a new event handler however, it does not provide a method to remove a single event handler.
To provide such a method we should return a "handle" corresponding to each event handler and use that to remove it from the eventHandlers multimap.

@daniele77 daniele77 self-assigned this Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant