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
I deal with files I have downloaded just after having downlaoded them. It seems that the created file write handle is not released at the time the callback is called by request.get(). For this reason, an other process can not have a write handle on the file and this generates an error. On fast system, it works pretty well, but systems with a slower I/O, this is a problem. Would that be possible to release the file handle before calling the get() callback?
The text was updated successfully, but these errors were encountered:
I deal with files I have downloaded just after having downlaoded them. It seems that the created file write handle is not released at the time the callback is called by request.get(). For this reason, an other process can not have a write handle on the file and this generates an error. On fast system, it works pretty well, but systems with a slower I/O, this is a problem. Would that be possible to release the file handle before calling the get() callback?
The text was updated successfully, but these errors were encountered: