I would not be surprised to hear that. Unfortunately I develop on windows. It wouldn’t be the first time that something that works on Linux/Mac doesn’t work on Windows. Had a similar issue with a Java library that abstracted blob storage. The filesystem implementation worked on any unix/linux based platform, but had issues on Windows. Between speed and permissions differences, it’s really hard to properly address it all.
Target deployment environment is a Linux container, I was just hoping I didn’t need special “workaround” code. I can work with it though if it compiles and runs on Linux without the dropped messages.