We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
条件: 订阅的是一个共享订阅的主题: $share/locat/Yh/Drive/+/OrderLock 发送的主题是:Yh/Drive/1111/OrderLock
具体在SubscribeAsync方法中Action callback 参数接收不到该主题消息的回调,但是在 public event EventHandler<EventArgs> Received; 中是有收到该主题回调的。 如图所示:
The text was updated successfully, but these errors were encountered:
这是一个新功能,需要支持emqx的共享队列
Sorry, something went wrong.
你好,所以目前无法使用emqx来拓展吗?目前单纯靠newlife.mqtt应该是无法兼容websocket的
$share 是emqx独有功能,NewLife.MQTT不支持。
对于mqtt over websocket的支持,有在路线图里,不过优先级不高。 我们始终认为,在web上跑mqtt不安全,会泄漏账号密码。
No branches or pull requests
条件:
订阅的是一个共享订阅的主题: $share/locat/Yh/Drive/+/OrderLock
发送的主题是:Yh/Drive/1111/OrderLock
具体在SubscribeAsync方法中Action callback 参数接收不到该主题消息的回调,但是在
public event EventHandler<EventArgs> Received; 中是有收到该主题回调的。
如图所示:
The text was updated successfully, but these errors were encountered: