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
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.
The text was updated successfully, but these errors were encountered:
The class
Client
currently provides the methodOnEvent
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.The text was updated successfully, but these errors were encountered: