Replies: 2 comments
-
I think you have the wrong idea of how Shiny works. You only get a small amount of time to execute periodic or triggered tasks in the background. SignalR is not going to be running indefinitely. If you need to use real time notifications in the background, you need to use Shiny Push |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much , let me readup on Shiny push. am i right to say Shiny.Push is still your creation with the link below ?
https://www.nuget.org/packages/Shiny.Push/
Thanks
…On Tue, Nov 30, 2021 at 2:22 AM Allan Ritchie ***@***.***> wrote:
I think you have the wrong idea of how Shiny works. You only get a small
amount of time to execute periodic or triggered tasks in the background.
SignalR is not going to be running indefinitely. If you need to use real
time notifications in the background, you need to use Shiny Push
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#821 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABM5D7RDX6BPPDPR2N7NJZLUOQKLPANCNFSM5JAKXCAQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good Day All
I am trying to use Shiny for Backgrounding . I have SignalR code that runs from the App.cs file , This obviously works when the app is opened. So now i want to move the code to the background Service. So basically in my SignalR Code i show Local Notification. i have attached a simple example . i want my SignalR code to be fired and give me a notification on the foreground when the received event received something
Example Link http://www.yowfun.com/eg/ShinyExample.zip
Thanks
Beta Was this translation helpful? Give feedback.
All reactions