From d91fa68127216c93915fd03a09195a649d214bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huan=20=28=E6=9D=8E=E5=8D=93=E6=A1=93=29?= Date: Sun, 21 Mar 2021 18:00:29 +0800 Subject: [PATCH] link to issue #2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a804ccc..d32d1f2 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,8 @@ npm run redux-devtools ### Backoff Alghorithm +See issue: Backoff straitegy [#2](https://github.com/wechaty/ha-wechaty/issues/2) + 1. [Googl Cloud - Truncated exponential backoff](https://cloud.google.com/storage/docs/exponential-backoff) 1. [Power of RxJS when using exponential backoff](https://medium.com/angular-in-depth/power-of-rxjs-when-using-exponential-backoff-a4b8bde276b0) 1. [GRPC Connection Backoff Protocol](https://github.com/grpc/grpc/blob/master/doc/connection-backoff.md)