We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a078ab commit 5c119c6Copy full SHA for 5c119c6
server/cloud9/index.js
@@ -30,7 +30,7 @@ exports.main = function(options) {
30
31
// create web socket
32
var socketOptions = {
33
- transports: ['websocket', 'flashsocket', 'htmlfile', 'xhr-multipart', 'xhr-polling', 'jsonp-polling']
+ transports: ['websocket', 'htmlfile', 'xhr-multipart', 'xhr-polling', 'jsonp-polling']
34
};
35
var socketIo = IO.listen(server, socketOptions);
36
socketIo.on("connection", function(client) {
0 commit comments