fix(serialization): Updates serialization flow & fixes serializing accounts (#521)

This commit is contained in:
Kamron Batman 2021-02-24 22:14:15 -08:00 • committed by GitHub
parent 78e3450671
commit 8d54d273a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 747 additions and 381 deletions

View file

@ -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;