ntex-mqtt
ntex-mqtt copied to clipboard
MQTT Client/Server framework for v5 and v3.1.1 protocols
…the packet ID mismatch judgment.
Hello, on evaluating your library I noticed some weired behavior. I try to explain what noticed and what expected in src\v5\codec\packet\pubacks.rs PublishAck::decode The Decoder expects that reason code and properties...
i run the ws example,and use mqttx to connect with protocol wss,but could not establish the connection. `➜ ntex-mqtt git:(master) ✗ cargo run --example mqtt-ws-server Compiling ntex-mqtt v0.11.4 (/home/boring/workspace/ntex-mqtt) Finished...
I have the feeling there is a session leak in the server code in case the server gets "too many" messages. This is the scenario: * Use the `subs.rs` example...
I found that `mqtt-ws-server.rs` is removed after the PR. https://github.com/ntex-rs/ntex-mqtt/pull/167 Does that mean `ntex-mqtt` doesn't support this anymore?