Enzo 9 mesi fa
parent
commit
1dd2a526d3

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(() => {
     result.next(messages[count]);
     count++;
-    if (count >= 2000) {
+    if (count >= 2500) {
       clearInterval(intervalId);
       result.complete();
     }

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