fix: Fixes ValueStringBuilder empty ctor issue (#1035)
This commit is contained in:
parent
fe225003c6
commit
3b7e3c2fb7
8 changed files with 16 additions and 14 deletions
|
|
@ -607,7 +607,7 @@ namespace Server
|
|||
Interlocked.Increment(ref _mobileCount);
|
||||
}
|
||||
|
||||
ValueStringBuilder errors = new ValueStringBuilder(true);
|
||||
using var errors = ValueStringBuilder.CreateMT();
|
||||
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue