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 plan extend the youtube-dl-webui code to meet my demand,
but i found some mutliprocess data access problem.
i think the code queue.get and after queue.get will return wrong data sometimes.
i plan extend the youtube-dl-webui code to meet my demand,
but i found some mutliprocess data access problem.
i think the code queue.get and after queue.get will return wrong data sometimes.
after line 1 code, maybe another thread put data in queue, so return data maybe wrong
The text was updated successfully, but these errors were encountered: