Skip to content

Commit

Permalink
Merge pull request #14 from ppettit/connected_fix
Browse files Browse the repository at this point in the history
update connected status when reconnecting.
  • Loading branch information
hharnisc committed Feb 8, 2015
2 parents 24d23bc + 7056a59 commit 6f4f2dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MeteorClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def reconnect_login_callback(error, result):
if error:
raise MeteorClientException('Failed to re-authenticate during reconnect')
return
self.connected = True
self._resubscribe()
self.ddp_client.call('login', self._login_data, callback=reconnect_login_callback)
else:
Expand Down

0 comments on commit 6f4f2dc

Please sign in to comment.