rsulab

Results 5 comments of rsulab

> Do you have any more information that could help us track this down? Many thraeds sends data with Publish method very often, other thread make SubscribeAsync and if server...

![image](https://user-images.githubusercontent.com/58805372/171879863-848b36eb-3dba-4a59-bb0b-6711e71cfc4a.png) sample code - SubscribeAsync 3 and SubscribeAsync 4 does not fired in this case server memory usage 80%

> if the service is programmatically killed by invoking stopService it works but if the user himself removes apps from a recent app list there is no way to remove...

Well, my solution - app send heartbeat(using dart:async:Timer) message to foreground service each 10 sec and if service don`t receive this message in other 10 sec - kill yourself.

> Hi, Is there any way that I could run mulitple service using this plugin. Both a foreground and background service? Did you solve this task?