aspnet / SignalR-samples

Samples for ASP.NET Core SignalR
753 stars 398 forks source link

how get message in background when app is closed in android #95

Closed mrsalar1995 closed 4 years ago

mrsalar1995 commented 4 years ago

hi can anybody help me for get message in background when app is closed?????? i work with services but not work for me!

BrennanConroy commented 4 years ago

That isn't something SignalR provides. SignalR requires an active connection which wouldn't be true if the app was closed.