-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Both of these fail to set the flash policy port as per the documents and issue the standing warning about not being able to listen on 843.
var io = require('socket.io').listen(app, { 'flash policy port': 1025 })
io.configure(function () {
io.set('transports', [ 'flashsocket', 'websocket', 'htmlfile', 'xhr-polling' ])
io.set('flash policy port', 1025)
})
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working