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
Add a note in tutorial that client handlers often change during updates to new CEF, thus to minimize required code changes one may use **kwargs in handler callbacks so that when a new param is added it won't break app. However a proper solution in the future will be to implement handlers as classes/interfaces that would allow for validation of func signatures in an automated way - Issue Expose handlers as classes/interfaces: ClientHandler, DisplayHandler, LifespanHandler, etc. #215.