You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a qInfo descriptive bug at line no. 18 in your worker.cpp file.
As per the official definition of QSemaphore's available() method, it returns the number of available resources to the semaphore rather the number of resources we acquire.