Skip to content

Dist folder not up to date with source #93

Description

@tkarls

Hello.

I installed this using bower today and immediately got a problem with this.

this.config = {
            transports: ['websocket', 'polling'],
            useCORSRouteToGetCookie: false
        };

As it should be

this.config = {
            transports: ['polling', 'websocket'],
            useCORSRouteToGetCookie: false
        };

to get pass my proxy.

However, I found this to be fixed a while back #83
But the problem is that the dist folder isn't up to date so when using via bower you get old code.

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