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

fix(events): properly disable actor events API via cfg #11701

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Mar 11, 2024

Picked up an RPC panic in testing. Now that EventFilterManager is received as an interface, setting it to nil isn't enough for the == nil checks inside ActorEventHandler.

Now EventFilterManager is received as an interface, setting it to `nil` isn't
enough for the `== nil` checks inside ActorEventHandler.
@rvagg rvagg requested a review from a team as a code owner March 11, 2024 02:56
@rvagg rvagg merged commit ea2d079 into release/v1.26.0 Mar 13, 2024
91 checks passed
@rvagg rvagg deleted the rvagg/actor-event-disable branch March 13, 2024 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ☑️ Done (Archive)
Development

Successfully merging this pull request may close these issues.

3 participants