-
Notifications
You must be signed in to change notification settings - Fork 51
Comparing changes
Open a pull request
base repository: adafruit/Adafruit_CircuitPython_MiniMQTT
base: 7.11.0
head repository: adafruit/Adafruit_CircuitPython_MiniMQTT
compare: main
- 13 commits
- 4 files changed
- 5 contributors
Commits on Oct 9, 2024
-
Resolve race condition for UNSUBACK
Corrects the behavior of erroring out while waiting for an UNSUBACK when a publish message from the server arrives before the UNSUBACK does. Also changed op comparisons from using magic numbers to named constants for clarity.
Configuration menu - View commit details
-
Copy full SHA for 920e64f - Browse repository at this point
Copy the full SHA 920e64fView commit details
Commits on Nov 8, 2024
-
Added Comment Explaining Behavior
Added a comment referencing the MQTT specification for why the server may not immediately respond to an UNSUBACK
Configuration menu - View commit details
-
Copy full SHA for 0356eec - Browse repository at this point
Copy the full SHA 0356eecView commit details -
Correct Ruff Line Too Long Error
Adjusted formatting to resolve the ruff E501 Error.
Configuration menu - View commit details
-
Copy full SHA for 64638cf - Browse repository at this point
Copy the full SHA 64638cfView commit details
Commits on Jan 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b47ed70 - Browse repository at this point
Copy the full SHA b47ed70View commit details -
Merge pull request #235 from dhalbert/socket-send-non-int
Handle ESP32SPI Socket.send(), which does not return a byte count
Configuration menu - View commit details
-
Copy full SHA for a15e711 - Browse repository at this point
Copy the full SHA a15e711View commit details
Commits on Jan 16, 2025
-
add sphinx configuration to rtd.yaml
Signed-off-by: foamyguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9ac0f8 - Browse repository at this point
Copy the full SHA c9ac0f8View commit details
Commits on Jan 18, 2025
-
Merge pull request #225 from ch4nsuk3/unsuback-race-fix
Resolve race condition for UNSUBACK
Configuration menu - View commit details
-
Copy full SHA for c66e831 - Browse repository at this point
Copy the full SHA c66e831View commit details
Commits on Jan 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0cd7893 - Browse repository at this point
Copy the full SHA 0cd7893View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8fa023 - Browse repository at this point
Copy the full SHA b8fa023View commit details -
Merge pull request #236 from vladak/unsuback_vs_publish
add test for the PUBLISH+UNSUBACK case
Configuration menu - View commit details
-
Copy full SHA for d4b87d2 - Browse repository at this point
Copy the full SHA d4b87d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a504ff - Browse repository at this point
Copy the full SHA 0a504ffView commit details -
Merge pull request #237 from vladak/remove_recv_into_workaround
no need to check zero byte returned from recv_into()
Configuration menu - View commit details
-
Copy full SHA for 57ed4f0 - Browse repository at this point
Copy the full SHA 57ed4f0View commit details
Commits on Feb 4, 2025
-
Merge pull request #238 from dhalbert/test_recv_timeout
increase test_recv_timeout delay
Configuration menu - View commit details
-
Copy full SHA for 08253c4 - Browse repository at this point
Copy the full SHA 08253c4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.11.0...main