Skip to content
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

Where to put signalR code in my project #105

Open
krishnameena opened this issue Feb 1, 2018 · 2 comments
Open

Where to put signalR code in my project #105

krishnameena opened this issue Feb 1, 2018 · 2 comments

Comments

@krishnameena
Copy link

Hi,
I have multiple View Controllers in my project, now I want to integrate signalR in my project to receive events and on basis of a particular event I need to call function of a particular view controller so now my doubt is that in which view controller should I place the code for signalR so that I can receive all the events I want and take appropriate action on basis of event.

@Narayanan-Gingerbox
Copy link

Hi @krishnameena
I think you can prefer appDelegate. But i have a question for you. Were you able to perform send and receive messages when the app is in background

@krishnameena
Copy link
Author

Hi,

Thanks for the information. No I'm not able to perform send and receive messages when app is in background and this is the biggest challenge I'm facing right now because I don't want to go for push notifications.
Please let me know if you can suggest me some solution for the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants