malenkix / guestbook

A smart guestbook for your events.
MIT License
0 stars 0 forks source link

FileSystemAlreadyExists Exception #32

Open NadirHelix opened 6 years ago

NadirHelix commented 6 years ago

When opening the Editor the first time after server start there are multiple requests incoming at the same time as all graphics need to be loaded. At this time a file system needs to be created to read data from jar. This must only happen once but due to race conditions on a static method, more than one request is trying to create it which fails for the most.

TODO