We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The gui disconnect from the notification feed every seconds. This consume a lot of CPU.
The text was updated successfully, but these errors were encountered:
If we can switch to Qt 5.3 and later we could use websocket and no longer need to deal with HTTP streaming.
Sorry, something went wrong.
I opened an issue to fix trouble in Chunked Encoding with aiohttp: aio-libs/aiohttp#1933
The workaround on our side is to make sure we don't have content length before enabling chunked encoding.
Fix the GUI disconnect from the server
7044c8c
Fix GNS3/gns3-gui#2084
No branches or pull requests
The gui disconnect from the notification feed every seconds. This consume a lot of CPU.
The text was updated successfully, but these errors were encountered: