-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run in background service #34
Comments
I guess we can. I'm will prepare a demo about this in couple of days and will definitely leave a comment when I'm finished. |
thanks man, I appreciate |
Is this done? I have the same issue... |
+1 |
I have tried connecting with a SignalR server in background, it works fine. I used this plugin to register a task in the background, it simply opens a connection when app is the background with a time period, in my example the period is 1 minute. I could not prepare a decent demo but here is a gist. The main problem when working on a background process is that we are bound to the rules that Operating System enforce. For example, in this case on Android we can run in the background in evry 1 minute but this can not be done on iOS devices, since the minimum bakcground fetch interval is 15 minutes. |
Can I use this pub in background task?
Because when I close my App, I lose my connection with the server.
The text was updated successfully, but these errors were encountered: