angular-socket-io icon indicating copy to clipboard operation
angular-socket-io copied to clipboard

The minified version does not correctly pass options in connect() call

Open sandeepkalra opened this issue 9 years ago • 0 comments

I tried to fix it, but push was not allowed.

The options (minified name e) in socket.min.js are not getting passed in connect() as it is the case in socket.js. o=e.ioSocket||io.connect() // no argument o=e.ioSocket||io.connect(e) // this is what it must have.

sandeepkalra avatar Apr 04 '15 05:04 sandeepkalra