You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QHttpEngine::Server(0x18e035f848), parent's thread is QThread(0x1f1a2bca6a0), current thread is QThread(0x1f1a2bdac80)
But it worked on macOS.
It seems like new objects are created inside handling methods of the library.
The text was updated successfully, but these errors were encountered:
When running this example https://raw.githubusercontent.com/nitroshare/qhttpengine/master/examples/fileserver/main.cpp on
Windows 7 (32-bit) with Qt 5.9.6
andWindows 10 (64-bit) with Qt 5.9.6
, I got the following error:But it worked on macOS.
It seems like new objects are created inside handling methods of the library.
The text was updated successfully, but these errors were encountered: