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 6886397 commit ddd0a46
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 @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Assign random identifier to clients connecting with empty client id.
- `Unsubscribe` with `local::LinkTx`.
- 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 ddd0a46

Please sign in to comment.