From 10f32b6c656a8296079b0eb2b1fe3db0c7388ff1 Mon Sep 17 00:00:00 2001 From: Esiur Project Date: Wed, 8 Jun 2022 11:28:17 +0300 Subject: [PATCH] con --- lib/src/Net/IIP/DistributedConnection.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/Net/IIP/DistributedConnection.dart b/lib/src/Net/IIP/DistributedConnection.dart index bffaf0d..2dbbf62 100644 --- a/lib/src/Net/IIP/DistributedConnection.dart +++ b/lib/src/Net/IIP/DistributedConnection.dart @@ -333,6 +333,7 @@ class DistributedConnection extends NetworkConnection with IStore { } bag.seal(); + await bag; return true;