2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-05-06 12:02:57 +00:00
This commit is contained in:
Ahmed Zamil 2023-08-31 15:39:43 +03:00
parent 88b4771c8a
commit 145726153f
2 changed files with 3 additions and 1 deletions

View File

@ -473,6 +473,8 @@ class DistributedConnection extends NetworkConnection with IStore {
return false; return false;
} }
emitArgs("resumed", []);
return true; return true;
} }

View File

@ -1,6 +1,6 @@
name: esiur name: esiur
description: Distributed Object Framework. description: Distributed Object Framework.
version: 2.1.5 version: 2.1.6
#author: Ahmed Zamil <ahmed@esiur.com> #author: Ahmed Zamil <ahmed@esiur.com>
homepage: https://github.com/esiur/esiur-dart homepage: https://github.com/esiur/esiur-dart