2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-06-26 22:33:12 +00:00
This commit is contained in:
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;
}
emitArgs("resumed", []);
return true;
}