You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have WNS broker running in process in the cloud. The broker is instantiated only once when the azure role starts and it runs uninterrupted for days. When a WNS authentication token expires, WnsAccessTokenManager will try to updated it only once.
What version of PushSharp are you using?
4.0.4
Describe your issue:
I have WNS broker running in process in the cloud. The broker is instantiated only once when the azure role starts and it runs uninterrupted for days. When a WNS authentication token expires, WnsAccessTokenManager will try to updated it only once.
Look at the code:
` Task renewAccessTokenTask = null;
string accessToken = null;
HttpClient http;
"renewAccessTokenTask " will be null only for the first time.
The text was updated successfully, but these errors were encountered: