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

clean session false do not work with per_listener_settings true #2526

Open
pat1 opened this issue May 5, 2022 · 5 comments
Open

clean session false do not work with per_listener_settings true #2526

pat1 opened this issue May 5, 2022 · 5 comments

Comments

@pat1
Copy link

pat1 commented May 5, 2022

mosquitto-2.0.14
cat /etc/os-release
NAME="Rocky Linux"
VERSION="8.5 (Green Obsidian)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.5"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Rocky Linux 8.5 (Green Obsidian)"

command used to publish:
mosquitto_pub -h host -q 1 -V 311 -i pub -t test/prova -m ciao

command used to subscribe:
mosquitto_sub -v -h host -c -V 311 -q 1 -i sub -t test/prova

with this configuration:

#per_listener_settings true
listener 1883
allow_anonymous true
acl_file /etc/mosquitto/aclfile

my subscription get all messages published when disconnected.

With this configuration ( per_listener_settings true ):

per_listener_settings true
listener 1883
allow_anonymous true
acl_file /etc/mosquitto/aclfile

my subscription do NOT get messages published when disconnected.

@pat1
Copy link
Author

pat1 commented Jan 5, 2023

same behaviour with mosquitto-2.0.15

@pat1
Copy link
Author

pat1 commented Mar 6, 2023

same behaviour with mosquitto-2.1.0 in devel branch

@pat1
Copy link
Author

pat1 commented Jan 9, 2024

I have checked with mosquitto-2.1.0 in devel branch updated at today:
same behaviour!
There is something can I do to help find a solution ?
There are other issue open around this problem and after some work around and time waiting for a solution this is a blocking situation ...

@pat1
Copy link
Author

pat1 commented Apr 8, 2024

Same behaviour with mosquitto-2.1.0 in devel branch updated to today.
After two years any news about it?

@pat1
Copy link
Author

pat1 commented May 3, 2024

I have checked with mosquitto-2.1.0 in devel branch updated at today:
same behaviour

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

No branches or pull requests

2 participants