Skip to content

Origin "None" on pusher debug console #2

@codelegger

Description

@codelegger

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions