Closed qcjxberin closed 1 year ago
As a server, how to ensure that the client must verify the account and password when connecting
you can verify Connect packet in handshake service. example
https://docs.rs/ntex-mqtt/0.10.4/ntex_mqtt/v3/struct.Handshake.html
As a server, how to ensure that the client must verify the account and password when connecting