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
Unlike Other platforms when i connect to pusher app on debug console my origin is printed as none , I am using following code to initialise.
this->m_connectionEventHandler = ch;
this->m_errorEventHandler = eh;
stringstream str;
str << "ws://ws.pusherapp.com:80/app/";
str << appKey;
str << "?client=pushwindows&version=1.0&protocol=5";
m_url = str.str();
The text was updated successfully, but these errors were encountered:
Unlike Other platforms when i connect to pusher app on debug console my origin is printed as none , I am using following code to initialise.
this->m_connectionEventHandler = ch;
this->m_errorEventHandler = eh;
stringstream str;
str << "ws://ws.pusherapp.com:80/app/";
str << appKey;
str << "?client=pushwindows&version=1.0&protocol=5";
m_url = str.str();
The text was updated successfully, but these errors were encountered: