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

Initialize _messageQueue_processing #31

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

bkaufx
Copy link

@bkaufx bkaufx commented May 22, 2024

This is needed to fix ESPHome's web_server component for esp8266 per esphome/issues#5793 and #30. The _messageQueue_processing boolean is being initialized to true sometimes and locking up the events server.

@bkaufx
Copy link
Author

bkaufx commented May 22, 2024

This variable definitely needs to be initialized to False, but I'm not sure if this is the preferred method. Maybe it is supposed to be initialized to false already some other way but its not working if so.

Copy link
Member

@jesserockz jesserockz left a comment

Choose a reason for hiding this comment

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

🙈 Thanks!

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.

2 participants