Skip to content

Commit

Permalink
feat(rumqttd): assign random client identifier to clients (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
swanandx authored Feb 21, 2024
1 parent b756ffb commit 70d0cf9
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 60 deletions.
98 changes: 52 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
- Assign random identifier to clients connecting with empty client id.

### Changed
- Public re-export `Strategy` for shared subscriptions
Expand Down
1 change: 1 addition & 0 deletions rumqttd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ metrics-exporter-prometheus = "0.13.1"
clap = { version = "4.4", features = ["derive"] }
axum = "0.7.4"
rand = "0.8.5"
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }

[features]
default = ["use-rustls", "websocket"]
Expand Down
Loading

0 comments on commit 70d0cf9

Please sign in to comment.