mirror of
https://github.com/mautrix/signal.git
synced 2026-08-22 20:04:56 -04:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
782cb6c871 |
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ func (s *SignalWebsocket) sendRequestInternal(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
zerolog.Ctx(ctx).Warn().Int("retry_count", retryCount).Msg("Received nil response, retrying recursively")
|
zerolog.Ctx(ctx).Warn().Int("retry_count", retryCount).Msg("Received nil response, retrying recursively")
|
||||||
return s.sendRequestInternal(ctx, request, startTime, retryCount+1)
|
return s.sendRequestInternal(ctx, request, time.Now(), retryCount+1)
|
||||||
}
|
}
|
||||||
return response, nil
|
return response, nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue