Broker doesn't support wildcards
未关闭
还没有人认领这个 Issue。
- 主要语言
- Nim
- 星标
- 53
- 派生
- 11
- 平均合并
- 1 天 35 分钟
- 30 天内合并 PR
- 2
描述
Subscribing to wildcard topics works fine, but the nmqtt broker doesn't support these.
To reproduce try to subscribe to test/+ with the nmqtt broker and send a message to test/hello, nothing happens. Try again with e.g. mosquitto as the broker and the message is delivered just fine.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
Start by reproducing the issue with the nmqtt broker: subscribe to test/+ and publish to test/hello, then compare the result with mosquitto. Trace the broker's topic subscription and message-delivery handling; done means wildcard subscriptions deliver matching messages as MQTT clients expect.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- nim
- 领域
- networking
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100