Michael Lumish
|
87a3541402
|
grpc-js: Fix UDS channels not reconnecting after going idle
|
2024-05-14 14:47:53 -07:00 |
AVVS
|
62e8ea97e6
|
chore: tests & cleanup of unref?.()
|
2024-03-02 07:58:54 -08:00 |
AVVS
|
e0b900dd69
|
feat: channelz improvements, idle timeout implementation
|
2024-02-27 13:28:05 -08:00 |
Michael Lumish
|
6c2bc599e5
|
grpc-js: Run code formatter, fix one lint error
|
2024-02-27 12:51:38 -08:00 |
Michael Lumish
|
f52d1429fb
|
grpc-js: Implement server interceptors
|
2024-01-26 14:36:18 -08:00 |
Michael Lumish
|
49b7c6af34
|
grpc-js: Make pick_first the universal leaf policy, switch to endpoint lists
|
2023-08-30 14:46:08 -07:00 |
Michael Lumish
|
698d1427c6
|
grpc-js: Implement pick_first sticky TF and address list shuffling
|
2023-07-21 09:45:34 -07:00 |
Michael Lumish
|
89cd8f7bc3
|
grpc-js: Idle timeout: format files
|
2023-06-20 15:46:27 -07:00 |
Michael Lumish
|
fcff72b941
|
grpc-js: Implement channel idle timeout
|
2023-06-20 14:47:14 -07:00 |
Dan Rumney
|
1880faf8a0
|
fix(packages/grpc-js/test/assert2): move assert2 into its own file
Moving from exporting a namespace to just putting assert2 functions into their own files
Fixes #2464
|
2023-06-15 12:52:45 -05:00 |
Patrick Remy
|
53f3daa685
|
Revert "grpc-js: allow any for linting globally"
This reverts commit 16ec0f0f64 and
replaces tslint-disable statements by eslint-disable.
|
2020-04-10 11:03:53 +02:00 |
Patrick Remy
|
0d927e6872
|
grpc-js: remove tslint disable statements
|
2020-04-09 12:10:39 +02:00 |
Patrick Remy
|
16ec0f0f64
|
grpc-js: allow any for linting globally
The any type is purposely used. All functions validate their input at runtime.
|
2020-04-09 11:52:24 +02:00 |
cjihrig
|
be6bdb8c3d
|
grpc-js: update to gts@1.x.x
This commit updates the gts dependency to 1.x.x.
|
2019-05-17 17:03:04 -04:00 |
cjihrig
|
62e7f0c85a
|
grpc-js: define Server API contract
This commit defines the Server API contract, and implements
the Server functionality, minus the actual handling of requests.
|
2019-04-10 15:35:40 -04:00 |
Nicolas "Pixel" Noble
|
6bc7184542
|
Adding missing license on a bunch of source files.
|
2019-03-19 01:06:57 +01:00 |
cjihrig
|
65bd142114
|
grpc-js: rename grpc-js-core to match npm
This commit renames grpc-js-core to grpc-js to more closely
match the name used on npm.
|
2018-11-01 16:56:57 -04:00 |