-
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.10.6
head repository: adafruit/Adafruit_CircuitPython_MiniMQTT
compare: main
- 20 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 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e0c783d - Browse repository at this point
Copy the full SHA e0c783dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58ff51c - Browse repository at this point
Copy the full SHA 58ff51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 269d10b - Browse repository at this point
Copy the full SHA 269d10bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfaf68e - Browse repository at this point
Copy the full SHA dfaf68eView commit details -
Merge pull request #226 from vladak/connect_session_id
allow to specify session_id for connect()
Configuration menu - View commit details
-
Copy full SHA for b47a501 - Browse repository at this point
Copy the full SHA b47a501View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72f8e81 - Browse repository at this point
Copy the full SHA 72f8e81View commit details -
Merge pull request #232 from vladak/send_bytes_eagain
fix EAGAIN reference in _send_bytes()
Configuration menu - View commit details
-
Copy full SHA for cac3b41 - Browse repository at this point
Copy the full SHA cac3b41View 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
There are no files selected for viewing