Please review the pull request #84.
https://github.com/wahjam/wahjam/pull/84 was opened by (stefanha): Auto reconnect
Some more information about the pull request:
Opened: 2013-03-19T07:10:12Z
Based on: wahjam:master (8065d0d82ae76b5d493de608188c452e24e1d14c)
Requested merge: stefanha:auto-reconnect (92f6009f44dae2eb20af88f4b1bf4b5e9d7410fd)
Description:
This series implements exponential back-off reconnect. If the client is unable to connect due to a network error, it tries again after 3 seconds, then 6 seconds, then 12 seconds, and so on until a maximum limit is reached.
In order to implement this feature the early patches clean up the NJClient state machine.
Thanks.