Skip to content

Commit

Permalink
Fix for #1014
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Apr 10, 2013
1 parent 6688606 commit a655be1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/jquery/src/main/webapp/jquery/jquery.atmosphere.js
Original file line number Diff line number Diff line change
Expand Up @@ -1263,9 +1263,12 @@ jQuery.atmosphere = function() {
if (_request.reconnect && _request.transport != 'none' || _request.transport == null) {
_request.method = _request.fallbackMethod;
_response.transport = _request.fallbackTransport;
_request.fallbackTransport = 'none';
_request.id = setTimeout(function() {
_execute();
}, _request.reconnectInterval);
} else {
_onError(500, "Unable to reconnect with fallback transport");
}
}

Expand Down

0 comments on commit a655be1

Please sign in to comment.