Skip to content

Conversation

@utyfua
Copy link
Contributor

@utyfua utyfua commented Aug 21, 2025

Fixes #386

@utyfua utyfua changed the title fix: FeatureChecker was swapped with Arc<FeatureChecker>, breaking broadcast_channel WIP fix: FeatureChecker was swapped with Arc<FeatureChecker>, breaking broadcast_channel Aug 21, 2025
@utyfua utyfua changed the title WIP fix: FeatureChecker was swapped with Arc<FeatureChecker>, breaking broadcast_channel fix: FeatureChecker was swapped with Arc<FeatureChecker>, breaking broadcast_channel Aug 21, 2025
.rt_mut()
.op_state()
.borrow_mut()
.put(Arc::new(feature_checker));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before

            .put(eature_checker);

This is the only line i did change.

I did format the file cuz I got failed workflow

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's just the line endings, it's a git setting

@rscarson
Copy link
Owner

Looks perfect except that I think something went wrong with your line endings! It shows every single line is being changed haha

Also can you bump the version number? Then it's good to publish the update

@utyfua
Copy link
Contributor Author

utyfua commented Aug 21, 2025

I think something went wrong with your line endings!

Idk cuz i just ran cargo fmt on devcontainer.

Also can you bump the version number?

Sure

@rscarson rscarson merged commit 17f061e into rscarson:master Aug 21, 2025
5 checks passed
@utyfua utyfua deleted the issue_386 branch December 10, 2025 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FeatureChecker was swapped with Arc<FeatureChecker>, breaking broadcast_channel

2 participants