-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Socketio 1.1 new #1258
Socketio 1.1 new #1258
Conversation
@dhimil Looks like this needs to be rebased. Can any of the maintainers review this? @karmarunnerbot |
@dhimil Thanks! Can you rebase on master, squash commits to one and change commit message following git commit message convention |
@@ -264,7 +264,6 @@ var createSocketIoServer = function(webServer, executor, config) { | |||
'client store expiration': 0, | |||
logger: logger.create('socket.io', constant.LOG_ERROR), | |||
resource: config.urlRoot + 'socket.io', | |||
transports: config.transports |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dhimil Why we remove transports?
New version of socket.io does not allow setup transport?
This superseeds karma-runner#1257 and karma-runner#1258. Closes karma-runner#1220.
This superseeds karma-runner#1257 and karma-runner#1258. Closes karma-runner#1220.
This superseeds karma-runner#1257 and karma-runner#1258. Closes karma-runner#1220.
This superseeds karma-runner#1257 and karma-runner#1258. Closes karma-runner#1220.
This superseeds karma-runner#1257 and karma-runner#1258. Closes karma-runner#1220.
Superseded by #1404 |
This superseeds karma-runner#1257 and karma-runner#1258. Closes karma-runner#1220.
This superseeds karma-runner#1257 and karma-runner#1258. Closes karma-runner#1220.
This superseeds karma-runner#1257 and karma-runner#1258. Closes karma-runner#1220. Conflicts: package.json
No description provided.