mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-09-08 10:10:49 +00:00
Revisions
This commit is contained in:
@@ -228,13 +228,13 @@ public static class Codec
|
||||
asyncReply.Then(value =>
|
||||
{
|
||||
rt.Trigger(new ParseResult<object>(value, (uint)tdu.TotalLength));
|
||||
});
|
||||
}).Error(rt.TriggerError);
|
||||
}
|
||||
else
|
||||
{
|
||||
rt.Trigger(new ParseResult<object>(result, (uint)tdu.TotalLength));
|
||||
}
|
||||
});
|
||||
}).Error(rt.TriggerError);
|
||||
|
||||
return rt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user