fix: Adds multithread optional flag to ValueStringBuilder (#1033)
Added multithread optional flag to ValueStringBuilder for multithread contexts. Enabled new flag for VerifyType method. Resolves #1032
This commit is contained in:
parent
ef883b2872
commit
fe225003c6
2 changed files with 21 additions and 10 deletions
|
|
@ -607,7 +607,7 @@ namespace Server
|
|||
Interlocked.Increment(ref _mobileCount);
|
||||
}
|
||||
|
||||
ValueStringBuilder errors = new ValueStringBuilder();
|
||||
ValueStringBuilder errors = new ValueStringBuilder(true);
|
||||
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue