Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline message are not received with mosquitto > 1.4.12 #1337

Open
ilovemilk opened this issue Jul 10, 2019 · 1 comment
Open

Offline message are not received with mosquitto > 1.4.12 #1337

ilovemilk opened this issue Jul 10, 2019 · 1 comment

Comments

@ilovemilk
Copy link

Hi
I can't receive offline messages on the mosquitto broker with all versions newer than 1.4.12.

Setup:

  • The same client id for all connections
  • I use QOS 2
  • The broker has persistence true
  • The client session is false

mosquitto.conf

pid_file /var/run/mosquitto.pid

persistence true
persistence_location /mosquitto/data/
log_dest file /mosquitto/log/mosquitto.log

What has changed from version 1.4.12 to e.g. 1.5.8?

@ralight
Copy link
Contributor

ralight commented Jul 30, 2019

Do you have any more details about your environment? I'm guessing you're using Docker?

This is me using a fresh compiled mosquitto to receive some offline messages:

https://asciinema.org/a/QGy47xnQxtUtTLEdKxRpHpDZn

If you can replicate that, then we can be sure it is a part of your setup and can narrow down the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants