Skip to content

Commit ddd0a46

Browse files
committed
Reworked PoC to not return from broker start.
Instead users must fetch handle before starting broker to ensure it is cancelable.
1 parent 6886397 commit ddd0a46

File tree

2 files changed

+171
-66
lines changed

2 files changed

+171
-66
lines changed

rumqttd/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111
- Assign random identifier to clients connecting with empty client id.
1212
- `Unsubscribe` with `local::LinkTx`.
13+
- Optional shutdown handle for `Broker` in the form of `BrokerHandle`.
1314

1415
### Changed
1516
- Public re-export `Strategy` for shared subscriptions

0 commit comments

Comments
 (0)