Mqtt 5.0 Session expiration interval #72
-
| 
         Whether the framework has processed "Clean Start" and "Session Expiry Interval". Take https://github.com/ntex-rs/ntex-mqtt/blob/master/examples/session.rs as an example:  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
| 
         ntex-mqtt does not handle session storage and session expiration. it is up to you to handle both storage and management of sessions  | 
  
Beta Was this translation helpful? Give feedback.
ntex-mqtt does not handle session storage and session expiration. it is up to you to handle both storage and management of sessions