Hi
first:
I want signalr to get notifications even if my application is closed
second:
I want to check if signalr is connected before use signalR.connect().
because if use signalR.connect() multiple times hubCallback gets called multiple times when triggered.
I used signalR.connect() 7 times and below is the result:
callbacks happened in one trigger
Ok for the 1st issue, I don't think its possible. App notifications are there for that.
As for the 2nd one, it will be done in the next update probably.
Hi first: I want signalr to get notifications even if my application is closed
second: I want to check if signalr is connected before use
signalR.connect()
. because if usesignalR.connect()
multiple times hubCallback gets called multiple times when triggered. I usedsignalR.connect()
7 times and below is the result: callbacks happened in one triggerThanks in advance