mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-03-25 01:42:58 +08:00
The MOSQ_EVT_PERSIST_CLIENT_MSG_CLEAR event has been removed, due to never being called. It is the responsibility of the plugin to remove client subscriptions and client messages when the client is removed. Lots of persist test improvements and additions - mostly checking item counts.