Skip to content

Commit

Permalink
Fix undefined reconnect delay in client
Browse files Browse the repository at this point in the history
"Connection to back-end lost :-( Retrying in undefineds..."
  • Loading branch information
katkad committed Sep 16, 2013
1 parent fcd530f commit 3459c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/coffee/transport.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class Transport
constructor: (instance, handler, log) ->
@log = log
@handler = handler
@reconnectDelay = 1
@connect()

connect: ->
Expand Down

0 comments on commit 3459c8a

Please sign in to comment.