From 3e83f42c606469032a0bd82c3a0011c1dd0077e3 Mon Sep 17 00:00:00 2001 From: Esiur Project Date: Wed, 17 Aug 2022 22:48:55 +0300 Subject: [PATCH] proxy --- src/Net/IIP/DistributedConnection.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Net/IIP/DistributedConnection.js b/src/Net/IIP/DistributedConnection.js index 2fc7dc8..9453dc6 100644 --- a/src/Net/IIP/DistributedConnection.js +++ b/src/Net/IIP/DistributedConnection.js @@ -1205,8 +1205,7 @@ export default class DistributedConnection extends IStore { } this._attachedResources.clear(); - this.ready = false; - + this._emit("close", this); }