Folks,
There is something odd happening with my Qt application. When I deploye it using the utility "windeployqt.exe" it seems to behave differently than when I run it within the Qt-Creator IDE. I am compiling against version 5.5.1. The problem is when I run the deployed application it eventually stops receiving UDP packets but when I run it within the IDE it doesn't quit; it runs for days without stopping. I know the UDP packets are still coming in because I can see them on Wireshark. The packet rate is 100 packets per second. When I reduce the packet rate down to 10 packets per second, both the deployed as well as the non-deployed versions run indefinitely.

I know there used to be a problem with the UDP socket interface where the socket stopped receiving packets (AUT-20) but I know this was fixed in 5.5.1 and 5.6.0.

Has anyone run into this?

regards,
Orlando