Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Fixed
-
Affects Version/s: 5.15.2, 6.1.0, 6.2.2
-
Fix Version/s: 6.2
-
Component/s: Network: Sockets
-
Labels:None
-
Platform/s:
-
Commits:f265c87e015c26225b80297f5c9f430ea7030214
Description
I do not receive any messages when I move a window on Windows. I discovered this behavior when dragging the ScreenPlay main window. This would suddenly stop my wallpaper because it no longer receives "keep alive pings". I reimplemented a simple QLocalSocket server client app (see QtPingFreeze.7z and was able to recreate the issue both in 5.15.2 and 6.1
- Start the QtPingFreeze project two times (preferably with "Run in terminal" enabled)
- Start the server
- Start the client
- Watch how the client sends a ping alive event every second.
- Actively move the window. The server will no longer receive any events during movement.