Considering the transition from Qt4.8 to Qt5, it seems the issues are related to threading complexities, specifically with QSocketNotifier and killTimer. Have you considered other approaches or modifications to the threading mechanism that might resolve these errors while maintaining the correct functionality of replyNotReceived() in your application?