grpc 1.53.0.pre2 → 1.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4837576e9ebd29efff84e3790780b00cac54cb40b9189034e566a5383853536f
|
|
4
|
+
data.tar.gz: 72f8914c2cede10965aa0d4f4f0283bc2fa6212e7edb194c3192f3bd3c3d7f41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aba6fbfdcfafdb992473f7206ce0f1a8fb1d681af13e67ddf500034d1005b794997d1d11ecd0b7e198cccc70de0d4363432be068299faba3e12a5ad8c9791240
|
|
7
|
+
data.tar.gz: ab9f41385d08750b44ef638c471cc9394e39f3a8ba1cf2a0aef997ba6ca03b1058081ad06c24586804f36a60a11534fc609498b0c8af8fd7d0f5de67ccf00cd3
|
data/Makefile
CHANGED
|
@@ -411,8 +411,8 @@ Q = @
|
|
|
411
411
|
endif
|
|
412
412
|
|
|
413
413
|
CORE_VERSION = 30.1.0
|
|
414
|
-
CPP_VERSION = 1.53.0
|
|
415
|
-
CSHARP_VERSION = 2.53.0
|
|
414
|
+
CPP_VERSION = 1.53.0
|
|
415
|
+
CSHARP_VERSION = 2.53.0
|
|
416
416
|
|
|
417
417
|
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
|
|
418
418
|
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)
|
|
@@ -641,8 +641,8 @@ void WeightedTargetLb::WeightedChild::OnConnectivityStateUpdateLocked(
|
|
|
641
641
|
state == GRPC_CHANNEL_READY) {
|
|
642
642
|
connectivity_state_ = state;
|
|
643
643
|
}
|
|
644
|
-
//
|
|
645
|
-
weighted_target_policy_->UpdateStateLocked();
|
|
644
|
+
// Update the LB policy's state if this child is not deactivated.
|
|
645
|
+
if (weight_ != 0) weighted_target_policy_->UpdateStateLocked();
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
void WeightedTargetLb::WeightedChild::DeactivateLocked() {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.53.0
|
|
4
|
+
version: 1.53.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- gRPC Authors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: src/ruby/bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03-
|
|
11
|
+
date: 2023-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-protobuf
|
|
@@ -3054,11 +3054,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
3054
3054
|
version: 2.5.0
|
|
3055
3055
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
3056
3056
|
requirements:
|
|
3057
|
-
- - "
|
|
3057
|
+
- - ">="
|
|
3058
3058
|
- !ruby/object:Gem::Version
|
|
3059
|
-
version:
|
|
3059
|
+
version: '0'
|
|
3060
3060
|
requirements: []
|
|
3061
|
-
rubygems_version: 3.4.
|
|
3061
|
+
rubygems_version: 3.4.9
|
|
3062
3062
|
signing_key:
|
|
3063
3063
|
specification_version: 4
|
|
3064
3064
|
summary: GRPC system in Ruby
|