-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any example on httpserver with threaded(QThread) or ThreadedHttpServer. #51
Comments
Are you using a stable Tufão release? |
no, I downloaded from github tufao main page. |
try one of the tagged releases: https://github.com/vinipsmaker/tufao/releases I guarantee no API/ABI/low-amount-of-bugs over the development branches btw, there are threads examples: |
reopen the issue if the problem persist |
are you stay on the irc channel? |
sorry, i use an IRC bouncer and i read IRC messages like email, not like IM i'm there now |
for the kiwiirc's disconnection,maybe we can't see messages for each other now. I'll paste my test here. 1). after tested for several times. found:
and quit then. 2). when open url in browser and refresh the browser,the qtcreator will show log:
|
what platform are you using? are you running the same code?
thanks for the feedback. can you test after this new commit i made seconds ago? |
QT5.3,WIN7,1.x C++11.
|
i'd like to help more, but you'll need to take the issue to the upstream qt guys |
I am new to tufao. and have no idea about the thead use of tufao, So, the following code maybe stupid.
1.
run with the fellowing error and exit.
when using ThreadedHttpServer in the main.cpp, build result show:
How?
and if any example about ThreadedHttpServer will be great. and I want to set the Url Route.
Please help,Thanks.
The text was updated successfully, but these errors were encountered: