ntex-rs / ntex-mqtt

MQTT Client/Server framework for v5 and v3.1.1 protocols
Apache License 2.0
318 stars 68 forks source link

Is there any reason removing the example `mqtt-ws-server.rs`? #176

Open evshary opened 1 month ago

evshary commented 1 month ago

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?

24icewolf42 commented 1 month ago

It seems that the example was removed because of refactoring ws part of ntex. Would it be possible to add this example here again? Just because there is also no other ws example currently available showcasing the upgrade to another protocol.