Fix for Wii U browser

Apparently it doesn't send the login cookie if you explicitly set the
socket.io transports to prefer websockets.  Magic.
This commit is contained in:
calzoneman 2015-10-29 20:50:10 -07:00
parent a8cc8e4b04
commit 44745d86ac
3 changed files with 0 additions and 21 deletions

View file

@ -1138,7 +1138,6 @@ setupCallbacks = function() {
}
var opts = {
transports: ["websocket", "polling"],
secure: chosenServer.secure
};