2004-09-04 jrandom

* Update the SDK to automatically reconnect indefinitely with an
      exponential delay on retries (capped at 5 minutes).
This commit is contained in:
jrandom
2004-09-04 05:41:42 +00:00
committed by zzz
parent 63937d0fba
commit 6bc92b26a7
3 changed files with 21 additions and 19 deletions

View File

@ -1,4 +1,8 @@
$Id: history.txt,v 1.4 2004/09/03 11:52:27 hypercubus Exp $
$Id: history.txt,v 1.5 2004/09/03 14:46:08 jrandom Exp $
2004-09-04 jrandom
* Update the SDK to automatically reconnect indefinitely with an
exponential delay on retries (capped at 5 minutes).
* 2004-09-03 0.4 released