server icon indicating copy to clipboard operation
server copied to clipboard

message does not save at session when client is disconnect

Open mrhb6006 opened this issue 6 months ago • 21 comments

1- A client connects to the server and subscribes to a topic 2- Then Client will be disconnected (while the session has not expired) 3- A data is published on that topic (inline client publish).

But the client does not receive data on that topic after reconnecting. (Session has not expired) Is the data stored in a client session that is not connected, not delivered to the client on the next connection? (Of course, if the session has not expired)

mrhb6006 avatar Dec 25 '23 15:12 mrhb6006