Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_MiniMQTT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.11.0
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_MiniMQTT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 4 files changed
  • 5 contributors

Commits on Oct 9, 2024

  1. 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.
    ch4nsuk3 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    920e64f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Added Comment Explaining Behavior

    Added a comment referencing the MQTT specification for why the server may not immediately respond to an UNSUBACK
    ch4nsuk3 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0356eec View commit details
    Browse the repository at this point in the history
  2. Correct Ruff Line Too Long Error

    Adjusted formatting to resolve the ruff E501 Error.
    ch4nsuk3 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    64638cf View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. Configuration menu
    Copy the full SHA
    b47ed70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #235 from dhalbert/socket-send-non-int

    Handle ESP32SPI Socket.send(), which does not return a byte count
    dhalbert authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    a15e711 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. add sphinx configuration to rtd.yaml

    Signed-off-by: foamyguy <[email protected]>
    FoamyGuy committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    c9ac0f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2025

  1. Merge pull request #225 from ch4nsuk3/unsuback-race-fix

    Resolve race condition for UNSUBACK
    dhalbert authored Jan 18, 2025
    Configuration menu
    Copy the full SHA
    c66e831 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2025

  1. Configuration menu
    Copy the full SHA
    0cd7893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8fa023 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #236 from vladak/unsuback_vs_publish

    add test for the PUBLISH+UNSUBACK case
    dhalbert authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    d4b87d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a504ff View commit details
    Browse the repository at this point in the history
  5. Merge pull request #237 from vladak/remove_recv_into_workaround

    no need to check zero byte returned from recv_into()
    dhalbert authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    57ed4f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Merge pull request #238 from dhalbert/test_recv_timeout

    increase test_recv_timeout delay
    dhalbert authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    08253c4 View commit details
    Browse the repository at this point in the history
Loading