Closed acoyfellow closed 9 years ago
Can't seem to get socket.io-emitter to authenticate.. Error: Ready check failed: NOAUTH Authentication required.
Error: Ready check failed: NOAUTH Authentication required.
Something like: require('socket.io-emitter')({ host: 'host.com', port: 4532, pass:'pass' }) would make a lot of sense.. or am I missing something?
require('socket.io-emitter')({ host: 'host.com', port: 4532, pass:'pass' })
Edit: I just noticed the pull request.. Silly me :)
Can't seem to get socket.io-emitter to authenticate..
Error: Ready check failed: NOAUTH Authentication required.
Something like:
require('socket.io-emitter')({ host: 'host.com', port: 4532, pass:'pass' })
would make a lot of sense.. or am I missing something?Edit: I just noticed the pull request.. Silly me :)