Skip to content

Fix debug log: use c->extra.room.push_failures instead of c->push_failures#871

Merged
ripplebiz merged 1 commit into
meshcore-dev:mainfrom
spacepc-de:fix-debug-log-field
Oct 6, 2025
Merged

Fix debug log: use c->extra.room.push_failures instead of c->push_failures#871
ripplebiz merged 1 commit into
meshcore-dev:mainfrom
spacepc-de:fix-debug-log-field

Conversation

@spacepc-de

Copy link
Copy Markdown

This PR fixes a bug in the debug log of examples/simple_room_server/MyMesh.cpp around line 787.
The code was incorrectly using c->push_failures (which does not exist) instead of c->extra.room.push_failures.

@ripplebiz ripplebiz merged commit da5dbcd into meshcore-dev:main Oct 6, 2025
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