why my slot is called Wait 30 seconds after emit
Unsolved
General and Desktop
-
Hi,
What are you doing in that slot ?
Where are coming these images from ?
How big are they ?
Are you doing all of that in the same thread ? -
How fast are you emitting these images ?
-
@jimfar
Hi.- How busy is your event queue?
- Are you sending shared data or raw arrays for the image?
If you are not passing QSharedData (or similar) based data, QueuedConnections are sent via the event queue. This could be a data passing issue copying a large buffer of data and slowing down your connection. If the queue is extremely busy then it may take longer that thought to process the queue.