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

Implements fix described in https://github.com/knolleary/pubsubclient/issues/832 #8

Closed
wants to merge 1 commit into from

Conversation

karlvoigt
Copy link

Implements the oneliner fix suggested by arjenhiemstra to fix issue knolleary#832 (knolleary#832) on the main PubSubClient github.

This solves the issue where the ESP32 would crash if a Shared Attribute or RPC callback is received while we are uploading telemetry.

Implements the oneliner fix suggested by arjenhiemstra to fix issue knolleary#832 (knolleary#832) on the main PubSubClient github.

This solves the issue where the ESP32 would crash if a Shared Attribute or RPC callback is received while we are uploading telemetry.
@MathewHDYT
Copy link

MathewHDYT commented Sep 13, 2024

Not required anymore, because #10 should fix any issues with sending data while receiving data. Because it is now seperated into a send and receive buffer. So the sending and receiving never directly interact with each either like it did previously.

This pull request can be closed without merging.

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