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
Method process_event is in parent class without attributes. Always we can override method perform_handler, but it's useless, because if we do this, we are able only to use event perform... Last thing, if we override process_event, we have to write into body shutdown and exception handler. It will be nice to have in default switch clause perform_handler call instead of throwing an exception.
I am able to provide PR with previously mentioned behaviour.
The text was updated successfully, but these errors were encountered:
Method process_event is in parent class without attributes. Always we can override method perform_handler, but it's useless, because if we do this, we are able only to use event perform... Last thing, if we override process_event, we have to write into body shutdown and exception handler. It will be nice to have in default switch clause perform_handler call instead of throwing an exception.
I am able to provide PR with previously mentioned behaviour.
The text was updated successfully, but these errors were encountered: