Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regular listeners shouldn't receive paired events #551

Closed
emdobrin opened this issue Feb 26, 2021 · 0 comments · Fixed by #552
Closed

Regular listeners shouldn't receive paired events #551

emdobrin opened this issue Feb 26, 2021 · 0 comments · Fixed by #552
Assignees
Labels
bug Something isn't working. Used by issue templates coresquad

Comments

@emdobrin
Copy link
Contributor

emdobrin commented Feb 26, 2021

Expected Behaviour

Regular listeners should only receive the events they registered for and paired events should only be returned to response listeners. All events should be received by wildcard listeners.
Note: This is also the behavior in the ACP SDK.

Actual Behaviour

Paired and non-paired response events are currently received by regular listeners.

Reproduce Scenario (including but not limited to)

Steps to Reproduce

Platform and Version

Sample Code that illustrates the problem

Logs taken while reproducing problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. Used by issue templates coresquad
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant