eclipse-ecal / fineftp-server

📦 C++ FTP Server Library for Windows 🪟, Linux 🐧 & more 💾
MIT License
311 stars 64 forks source link

Fix renamed race condition #55

Closed bjuulp closed 1 year ago

bjuulp commented 1 year ago

This is not the most beautiful fix, but it seems to resolve the rename race conditions.

bjuulp commented 1 year ago

Ok. So my claim was wrong: The race condition still pops up every now and then on Windows. But the changes here seem to be needed anyway.

bjuulp commented 1 year ago

I'm closing this pull request as it didn't really solve the problems after all.