mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 13:07:18 +00:00
fix: handle threading issues for concurrent clients joining
This commit is contained in:
parent
39c1f60a4d
commit
53e7a30224
5 changed files with 60 additions and 17 deletions
|
|
@ -662,6 +662,7 @@ namespace PepperDash.Essentials
|
|||
|
||||
if (jsonFiles.Length > 1)
|
||||
{
|
||||
Debug.LogError("Multiple configuration files found in application directory: {@jsonFiles}", jsonFiles.Select(f => f.FullName).ToArray());
|
||||
throw new Exception("Multiple configuration files found. Cannot continue.");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue