moquette-io / moquette

Java MQTT lightweight broker
http://moquette-io.github.io/moquette/
Apache License 2.0
2.27k stars 814 forks source link

Store Will in SessionData persistently #780

Closed andsel closed 8 months ago

andsel commented 9 months ago

Create a new Will class to be persisted close with the SessionData. This new class rappresent paylaod with Java byte[] instead of Netty's ByteBuf, which is reference counted. Removed previous Will class.