It seems the unusual setup of having QCoreApplication so far from the application's real main() function prevents using QTcpServer with the app event loop. Began refactoring ListenSocket so that it runs in a separate thread where it can block until a new incoming connection occurs.
ListenSocket: Refactoring to work with LegacyCore
It seems the unusual setup of having QCoreApplication so
far from the application's real main() function prevents using
QTcpServer with the app event loop. Began refactoring
ListenSocket so that it runs in a separate thread where it
can block until a new incoming connection occurs.