-
Notifications
You must be signed in to change notification settings - Fork 158
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
Fixes for non-blocking with larger payload and improvements to the test and examples #373
Commits on Nov 22, 2023
-
Fix for continue during variable part of the header. A continue in th…
…e middle of variable would not correctly process for large messages.
Configuration menu - View commit details
-
Copy full SHA for 25e27e6 - Browse repository at this point
Copy the full SHA 25e27e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e86413 - Browse repository at this point
Copy the full SHA 8e86413View commit details -
Fixes for using the
-f [file]
option with examples. Allow build-tim……e override of `MAX_BUFFER_SIZE` in examples.
Configuration menu - View commit details
-
Copy full SHA for 97cb820 - Browse repository at this point
Copy the full SHA 97cb820View commit details
Commits on Nov 24, 2023
-
Move the test non-block code into the network callbacks, which know i…
…f the non-blocking is allowed.
Configuration menu - View commit details
-
Copy full SHA for dd9973c - Browse repository at this point
Copy the full SHA dd9973cView commit details
Commits on Nov 27, 2023
-
By default keep mutex locked if we tried to write. The wolfSSL TLS en…
…gine requires an SSL_Write that returns WANT_WRITE to be called with the same buffer/sz, not a different one, even if no data was sent. If user wants to enable the feature anyways they can use `WOLFMQTT_ALLOW_NODATA_UNLOCK`. Only the write that has this logic as the issue doesn't exist for an SSL_Read.
Configuration menu - View commit details
-
Copy full SHA for 072f5b8 - Browse repository at this point
Copy the full SHA 072f5b8View commit details -
Add back logic to return MQTT_CODE_CONTINUE if a write lock happens w…
…hile data has partially been written.
Configuration menu - View commit details
-
Copy full SHA for 6fdcee6 - Browse repository at this point
Copy the full SHA 6fdcee6View commit details -
Improve logic for detection of active read or write. Add test case fo…
…r trying to send multiple publishes in the same thread.
Configuration menu - View commit details
-
Copy full SHA for 0336347 - Browse repository at this point
Copy the full SHA 0336347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a0cafe - Browse repository at this point
Copy the full SHA 8a0cafeView commit details -
Fixed issue with QoS2 on received publish ACK getting skipped if writ…
…e is already locked.
Configuration menu - View commit details
-
Copy full SHA for bc7ae0a - Browse repository at this point
Copy the full SHA bc7ae0aView commit details