I have worker thread to receive image data tcp socket and queue up that data.
Worker thread has more priority that it should not delay receiving data.
When the UI application is minimised or maximised, it influence the worker thread. A delay is observed in the worker thread.
I read some article that windows minimise and maximise events are sent using SendMessage. why it disturbs the worker thread tasks.
Bookmarks