We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hello.
I installed this using bower today and immediately got a problem with this.
As it should be
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.
The text was updated successfully, but these errors were encountered: