From 145726153f651f79c5a621d5e41bd28f268ae95e Mon Sep 17 00:00:00 2001 From: Ahmed Zamil Date: Thu, 31 Aug 2023 15:39:43 +0300 Subject: [PATCH] resumed --- lib/src/Net/IIP/DistributedConnection.dart | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/src/Net/IIP/DistributedConnection.dart b/lib/src/Net/IIP/DistributedConnection.dart index 9b52979..7c5109b 100644 --- a/lib/src/Net/IIP/DistributedConnection.dart +++ b/lib/src/Net/IIP/DistributedConnection.dart @@ -473,6 +473,8 @@ class DistributedConnection extends NetworkConnection with IStore { return false; } + emitArgs("resumed", []); + return true; } diff --git a/pubspec.yaml b/pubspec.yaml index d6a704c..d29eb2e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: esiur description: Distributed Object Framework. -version: 2.1.5 +version: 2.1.6 #author: Ahmed Zamil homepage: https://github.com/esiur/esiur-dart