This repository has been archived by the owner on Sep 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Exception in asyncio and memory leak #13
Comments
hpatriarche
changed the title
Execption in asyncio and memory leak
Exception in asyncio and memory leak
Nov 27, 2018
It looks similar to what Livio described in #8
|
There are quite some issues open for ClientPayloadErrors on aiohttp. I'd guess either something changed in hawkBit's HTTP server or you are using some kind of proxy. Please verify that downloading the artifact works with a minimalistic aiohttp client example. |
Well after some investigation and testing the issue is related to file transfer which is not correctly resume when server decide to stop the transfer. Attach a patch proposal to handle that. |
Could you provide this as a PR, please (based on #8 if necessary)? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using yocto sumo version with not stable Hawkbit server we got this following issue:
And moreover memory use by python3 process increase at each try ...
The text was updated successfully, but these errors were encountered: