rsulab
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...
 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?