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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user