fix(serialization): Updates serialization flow & fixes serializing accounts (#521)
This commit is contained in:
parent
78e3450671
commit
8d54d273a4
10 changed files with 747 additions and 381 deletions
|
|
@ -141,7 +141,7 @@ namespace Server.Network
|
|||
{
|
||||
if (_pipe._writeAwaitBeginning)
|
||||
{
|
||||
throw new Exception("Double await on reader");
|
||||
throw new Exception("Double await on writer");
|
||||
}
|
||||
|
||||
return this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue