Improve calculateRetryWaitMilliseconds (#63)
* improve calculateRetryWaitMilliseconds * update comment
This commit is contained in:
committed by
Benjamin Sergeant
parent
f90fc4bfa2
commit
3df142db7a
@ -12,7 +12,7 @@ namespace ix
|
||||
{
|
||||
struct WebSocketErrorInfo
|
||||
{
|
||||
uint64_t retries;
|
||||
uint32_t retries;
|
||||
double wait_time;
|
||||
int http_status;
|
||||
std::string reason;
|
||||
|
Reference in New Issue
Block a user