Skip to content

Commit

Permalink
[#182] Support gRPC stream flowable
Browse files Browse the repository at this point in the history
*  _read method of readable steam learning test
* Max Buffer size
* retry pipe writableStream
* recovery readable stream
* readableStream.closed above node@18
* Update grpc-idl
* retry unary RPC
* extract class refactoring for socketIdInterceptor
* retry unary RPC
* test fetch API

* [#193] Update grpc-js version above v1.8.5 for gRPC library deadline memory leak issue
   grpc/grpc-node#2332
[#183] Fix axios node@20 an Error on Test
[#177] Update minimum NodeJS version to Node@16
[#193] Fix gRPC ServerStream doesn't catch and emit error.
  • Loading branch information
feelform committed Jul 24, 2024
1 parent 614bff6 commit 5a2177d
Show file tree
Hide file tree
Showing 41 changed files with 3,510 additions and 10,243 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
node_version:
- 14
- 16
- 18
- 20

name: Node ${{ matrix.node_version }} on ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 5a2177d

Please sign in to comment.