-
Notifications
You must be signed in to change notification settings - Fork 93
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
Problem with requests getting ignored #61
Comments
Duplicates #36 |
how to solve this question?I met this question for long time,windows 10,qt 4.8.7,mingw gcc 482, cmake 3.21 |
but it is ok in ubuntu,why? |
E/02-12-2022 20:11:06.485 C:\Users\Administrator\AppData\Roaming\ngrest\ngrest\core\server\src\ClientHandler.cpp:265 readyRead: failed to read block from client #352: No such file or directory |
Windows has different socket layer, so the changes must be applied there. Also the architecture and implementation of this project is just a mess, ATM I cannot afford to support it. |
But If you can fix it and submit a MR, I'll merge it. |
I'm running ngrest on Windows 8.1. Evry second request i make gets ignored. The other requests return data but also generate an error in console:
I tryed it with Firefox, Chrome and an Cordova App from different devices and i'm always getting the same error.
The text was updated successfully, but these errors were encountered: