Browse Source

included diagram

Enzo 9 months ago
parent
commit
1dd2a526d3
3 changed files with 4 additions and 1 deletions
  1. BIN
      documents/Retransmission.drawio.png
  2. 3 0
      documents/Retransmission.drawio.svg
  3. 1 1
      test/grpc1.ts

BIN
documents/Retransmission.drawio.png


File diff suppressed because it is too large
+ 3 - 0
documents/Retransmission.drawio.svg


+ 1 - 1
test/grpc1.ts

@@ -316,7 +316,7 @@ function stream(): Subject<any> {
   const intervalId = setInterval(() => {
   const intervalId = setInterval(() => {
     result.next(messages[count]);
     result.next(messages[count]);
     count++;
     count++;
-    if (count >= 2000) {
+    if (count >= 2500) {
       clearInterval(intervalId);
       clearInterval(intervalId);
       result.complete();
       result.complete();
     }
     }

Some files were not shown because too many files changed in this diff