Skip to content

Commit

Permalink
[fix] emit the backoff info on the reconenct event
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Oct 3, 2013
1 parent 1363430 commit 1373a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/godot/net/client.js
Expand Up @@ -183,7 +183,7 @@ Client.prototype.connect = function (port, host, callback) {
//
// So we can listen on when reconnect events are about to fire
//
self.emit('reconnect');
self.emit('reconnect', backoff);
//
// Attempt a CONNECT!
//
Expand Down

0 comments on commit 1373a32

Please sign in to comment.