fluttercommunity / flutter_workmanager

A Flutter plugin which allows you to execute code in the background on Android and iOS.
851 stars 260 forks source link

[Question] how to using workmanager handle mqtt_client connnection in background? #472

Closed luohao123 closed 1 year ago

luohao123 commented 1 year ago

Hi, wanan ask: how to using workmanager handle mqtt_client connnection in background?

ened commented 1 year ago

This is probably the wrong plugin for such a long-term work.

GanZhiXiong commented 8 months ago

@luohao123
I also wanted to use mqtt in the background, how did you solve it?