Skip to content

'flash policy port' option broken #447

Closed
@insidewhy

Description

@insidewhy

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions