SmartsquareGmbH / mqtt-starter

HiveMQ Spring Boot Starter
MIT License
15 stars 5 forks source link

Add support for session expiry #16

Closed cmdjulian closed 5 months ago

cmdjulian commented 5 months ago

Add support for specifying session timeout via MqttProperties. This enables one to set the expiry via configuration properties

cmdjulian commented 5 months ago

Good remark, thanks, I adjusted the PR accordingly.