2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00

deal lock avoidance

This commit is contained in:
2024-07-16 09:59:23 +03:00
parent 8e9bb592ea
commit f0fff9224f
4 changed files with 38 additions and 9 deletions

View File

@ -1817,7 +1817,7 @@ public partial class DistributedConnection : NetworkConnection, IStore
{
try
{
x.TriggerError(new AsyncException(ErrorType.Management, 0, "Connection closed"));
x.Reply.TriggerError(new AsyncException(ErrorType.Management, 0, "Connection closed"));
}
catch (Exception ex)
{