This repository was archived by the owner on Jul 31, 2022. It is now read-only.
Using a FileNameAdapter causes ByteLoadingOption.LIVELOAD to not work properly on add directory #77
Labels
bug
Something isn't working as expected
Prerequisites
If all checks are not passed then the issue will be closed
Operating System: Operating system name and version
Windows 10
Release Version: Release version or branch where the issue occurred
03.05.02
Issue
Explain your issue. Add any screenshots here
Using name adapter with liveload causes server to look for file at the adapted name instead of the unadapted name.
Expected Behavior
Explain what was supposed to happen
Server should look for file at non adapted name.
Steps To Reproduce
Explain how and/or when the error occurred
Use name adapter with liveload.
Suggested Fix
When using liveload get the folder that the file is in and for each of the children run the adapter to see which file would adapt to the requested name.
The text was updated successfully, but these errors were encountered: