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.2
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: 7.11.3
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 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 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
Loading