We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Considering a large persist database
-rw------- 1 mosquitt mosquitt 125.1M Sep 13 16:36 /var/mosquitto/mosquitto.db
And a client myclient connected via unix socket, trying to save the database while receiving a PINGREQ makes the client disconnect
myclient
Sep 13 16:36:52 mosquitto[23003]: 1726256212: Saving in-memory database to /var/mosquitto/mosquitto.db. Sep 13 16:36:52 myclient: Client myclient sending PINGREQ Sep 13 16:36:58 myclient: Client myclient sending CONNECT Sep 13 16:36:59 mosquitto[23003]: 1726256219: Client myclient disconnected: Broken pipe.
Environment: Mosquitto broker and libmosquittopp: 2.0.18
The text was updated successfully, but these errors were encountered:
@ralight this is an issue I also hit sometimes, mostly on slower systems and slow disks.
Sorry, something went wrong.
No branches or pull requests
Considering a large persist database
And a client
myclient
connected via unix socket, trying to save the database while receiving a PINGREQ makes the client disconnectEnvironment:
Mosquitto broker and libmosquittopp: 2.0.18
The text was updated successfully, but these errors were encountered: