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 comparison function to identify equivalency relies on everything coming in at the same time. We should consider a different approach that allows for piece-wise comparison and setting of things like context.
@rwjblue "proposed" setContext as a method, and matchesContext to be part of the evaluation function for equivalency.
Something like this would make it a bit easier to split the responsibilities of checking handler identity into manageable bites.
The text was updated successfully, but these errors were encountered:
(From Slack conversation about #242.)
The comparison function to identify equivalency relies on everything coming in at the same time. We should consider a different approach that allows for piece-wise comparison and setting of things like context.
@rwjblue "proposed"
setContext
as a method, andmatchesContext
to be part of the evaluation function for equivalency.Something like this would make it a bit easier to split the responsibilities of checking handler identity into manageable bites.
The text was updated successfully, but these errors were encountered: