mirror of
https://github.com/mautrix/signal.git
synced 2026-08-22 12:04:54 -04:00
Compare commits
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")
|
||||
return s.sendRequestInternal(ctx, request, time.Now(), retryCount+1)
|
||||
return s.sendRequestInternal(ctx, request, startTime, retryCount+1)
|
||||
}
|
||||
return response, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue