Skip to content

Commit

Permalink
turn on remembertransport
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwoo committed Jun 6, 2011
1 parent b082e05 commit ab5d30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $(function() {
function startGame() {
socket = new io.Socket(null, {
port: 80
, rememberTransport: false
, rememberTransport: true
, transports: ['websocket', 'flashsocket', 'xhr-multipart', 'xhr-polling', 'jsonp-polling']
});
socket.on('connect', function() {
Expand Down

0 comments on commit ab5d30b

Please sign in to comment.