Open abhisina opened 4 years ago
This can create unintended side-effect if the server host was rebooted. The meta files and queue files are intact but the mutex was not re-initialized
In init_qmeta_files, client_write_lock mutex would be initialized only the first time its created. Need to see how to handle this in all cases.
This can create unintended side-effect if the server host was rebooted. The meta files and queue files are intact but the mutex was not re-initialized