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
IReceiver currently expects subscribe() to be a function on the class implementation that we previously used for Filter. We moved to createSubscription() method instead, which is more generic.
Proposed Solutions
Remove the dependency which should allow us to remove the subscribe() implementation from Filter, and can just exist in the Subscription class instead
Notes
The text was updated successfully, but these errors were encountered:
Problem
IReceiver
currently expectssubscribe()
to be a function on the class implementation that we previously used for Filter. We moved tocreateSubscription()
method instead, which is more generic.Proposed Solutions
Remove the dependency which should allow us to remove the
subscribe()
implementation fromFilter
, and can just exist in theSubscription
class insteadNotes
The text was updated successfully, but these errors were encountered: