grpc-node/packages/grpc-js/src
imjoey 39f11520f3 Fix the default value of waitForReady in doc
In my usecase, the default behavious of `waitForReady` for RPC is `false` that not in accord with the doc. After digging into the source codes, probably the doc is incorrect.

Signed-off-by: imjoey <majunjiev@gmail.com>
2019-10-29 14:55:34 +08:00
..
backoff-timeout.ts Lint fixes 2019-08-28 18:04:43 -07:00
call-credentials-filter.ts Update channel behavior + related classes 2019-08-13 17:58:54 -07:00
call-credentials.ts Lint fixes 2019-08-28 18:04:43 -07:00
call-stream.ts grpc-js: Fix TLS server name handling 2019-09-26 14:32:54 -07:00
call.ts Make error message match other library 2019-10-09 12:46:25 -07:00
channel-credentials.ts Lint fixes 2019-08-28 18:04:43 -07:00
channel-options.ts Add round robin load balancer implementation 2019-10-03 15:17:07 -07:00
channel.ts Merge branch 'master' into grpc-js_round_robin 2019-10-14 14:25:20 -07:00
client.ts Merge pull request #1037 from murgatroid99/grpc-js_client_error_construction 2019-10-09 14:43:32 -07:00
compression-filter.ts grpc-js: fix typo 2019-09-24 21:58:01 -04:00
constants.ts grpc-js: update to gts@1.x.x 2019-05-17 17:03:04 -04:00
deadline-filter.ts Update channel behavior + related classes 2019-08-13 17:58:54 -07:00
events.ts grpc-js: update to gts@1.x.x 2019-05-17 17:03:04 -04:00
filter-stack.ts grpc-js: update to gts@1.x.x 2019-05-17 17:03:04 -04:00
filter.ts grpc-js: update to gts@1.x.x 2019-05-17 17:03:04 -04:00
index.ts grpc-js: export additional api in index.ts 2019-10-08 11:33:30 -06:00
load-balancer-pick-first.ts grpc-js: Some fixes for how idleness and reresolution are handled 2019-10-11 12:59:38 -07:00
load-balancer-round-robin.ts Add round robin load balancer implementation 2019-10-03 15:17:07 -07:00
load-balancer.ts Add round robin load balancer implementation 2019-10-03 15:17:07 -07:00
load-balancing-config.ts Lint fixes 2019-08-28 18:04:43 -07:00
logging.ts Add tracing functionality and a few connectivity state tracers 2019-10-04 10:24:04 -07:00
make-client.ts grpc-js: change signature of MethodDefinition used in ServiceDefinition 2019-10-08 11:34:18 -06:00
metadata-status-filter.ts grpc-js: update to gts@1.x.x 2019-05-17 17:03:04 -04:00
metadata.ts Fix the default value of waitForReady in doc 2019-10-29 14:55:34 +08:00
object-stream.ts grpc-js: update to gts@1.x.x 2019-05-17 17:03:04 -04:00
picker.ts grpc-js: exitIdle asynchronously in QueuePicker, only act in exitIdle if IDLE 2019-10-02 15:18:40 -07:00
resolver-dns.ts Add tracing functionality and a few connectivity state tracers 2019-10-04 10:24:04 -07:00
resolver-uds.ts Add UDS resolver 2019-09-25 17:53:05 -07:00
resolver.ts Add UDS resolver 2019-09-25 17:53:05 -07:00
resolving-load-balancer.ts grpc-js: Some fixes for how idleness and reresolution are handled 2019-10-11 12:59:38 -07:00
server-call.ts grpc-js: Update gts and apply fixes 2019-09-13 12:31:33 +09:00
server-credentials.ts grpc-js: update to gts@1.x.x 2019-05-17 17:03:04 -04:00
server.ts grpc-js: Update gts and apply fixes 2019-09-13 12:31:33 +09:00
service-config.ts Add round robin load balancer implementation 2019-10-03 15:17:07 -07:00
status-builder.ts grpc-js: update to gts@1.x.x 2019-05-17 17:03:04 -04:00
stream-decoder.ts grpc-js: fix lint 2019-06-06 09:33:40 -04:00
subchannel-pool.ts Lint fixes 2019-08-28 18:04:43 -07:00
subchannel.ts grpc-js: Close http2 sessions that are dropped by their subchannels 2019-10-28 10:33:59 -07:00