Clear countdown before returning from reconnect

This commit is contained in:
James Allen 2014-07-17 13:46:14 +01:00
parent a002709870
commit 3055231f75

View file

@ -105,9 +105,9 @@ define [], () ->
tryReconnect: () ->
@cancelReconnect()
delete @$scope.connection.reconnection_countdown
return if @connected
@$scope.connection.reconnecting = true
delete @$scope.connection.reconnection_countdown
@ide.socket.socket.reconnect()
setTimeout (=> @startAutoReconnectCountdown() if !@connected), 2000