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
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
Services no longer must support all possible events
Prior to this change, a service had to define a receive method for every
event, otherwise a NoMethodError would occur if that event is sent.
This change allows services to define methods only for those events they
care about, others will be ignored.
0 commit comments