Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15.1
-
None
-
-
4ff9993d9f2e991f2da1885a694d4f3a61c9af73
Description
My application is constantly connected to the serialport and works with the data received from it. The moment I start dragging the window of my application (a QML window) with startSystemMove() the readyRead signal of the serialport is not emitted anymore. It seems like the window movement is blocking it. As soon as I stop dragging the window all the buffered data is read from the port at once.
Attachments
Issue Links
- is required for
-
QTBUG-93865 Fix regressions in QtSerialPort after porting to alertable I/O functions on Windows
- Closed