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

Pass received Json objects always by value #691

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Pass received Json objects always by value #691

merged 1 commit into from
Apr 16, 2024

Conversation

mairas
Copy link
Collaborator

@mairas mairas commented Apr 16, 2024

Updating to ArduinoJson 7 broke SKListener functionality because apparently the previous ArduinoJson copied JsonObjects by value and the new one does that by reference. Nothing wrong with that change in ArduinoJson, should've tested that.

Fixes Issue #688.

@mairas mairas force-pushed the rename_wsclient branch 2 times, most recently from 2435d65 to faea9b3 Compare April 16, 2024 12:44
Base automatically changed from rename_wsclient to dev-3 April 16, 2024 13:15
@mairas mairas merged commit cba868d into dev-3 Apr 16, 2024
28 checks passed
@mairas mairas deleted the sklistener branch April 16, 2024 13:22
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.

1 participant