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
Previously, lambda.unregister could unintentionally delete non-lambda
methods of the dispatcher. This commit ensures that only methods with
IDs beginning with "lambda:" are unregistered, and that passing a
non-lambda method ID will do nothing and return false.
Additional tests have been added to verify this behavior.
0 commit comments