[Webkit-unassigned] [Bug 126599] Web Inspector: AngularJS + SocketIO + Web Inspector = Locked Webpage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 8 11:44:23 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126599





--- Comment #5 from Chris Moyer <cmoyer at newstex.com>  2014-01-08 11:42:07 PST ---
Digging a little further, if I comment out line 27 of js/services.js, the app works just fine, no crashes with the console opening up.

So it looks like this only happens when I explicitly set the "transports" of socket.io:

         sockets[namespace] = io.connect(namespace, {
            transports: transports, // This line causes the problem
            'connect timeout': 500,
            'reconnect': true,
            'reconnection delay': 500,
            'reopen delay': 500,
            'max reconnection attempts': 10
         });

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list