Skip to content

Commit

Permalink
Reworked PoC to not return from broker start.
Browse files Browse the repository at this point in the history
Instead users must fetch handle before starting broker to ensure it is cancelable.
  • Loading branch information
baxterjo committed Dec 5, 2024
1 parent a42d844 commit 039d14f
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 66 deletions.
1 change: 1 addition & 0 deletions rumqttd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Optional shutdown handle for `Broker` in the form of `BrokerHandle`.

### Changed
- Public re-export `Strategy` for shared subscriptions
Expand Down
Loading

0 comments on commit 039d14f

Please sign in to comment.