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