bmx-event_hook_client_server 1.0.11 → 1.0.12

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: 1cd22e84b7db2faf6e9b0c31ee3c493c897f0891d13e8c824b34af08fff93522
4
- data.tar.gz: ab5faebc42d6e58991cf77893c5d4bd910966f210af27c3e8128c581317d7948
3
+ metadata.gz: 5cd479727d68880bdc92d51257b122b2235b09c4c8eeca44af581db5ae95db31
4
+ data.tar.gz: 3f03b3f5454b46bbae08cc9e53556282cb03b2db29cc7ab7eb8b7e2a582729a6
5
5
  SHA512:
6
- metadata.gz: 18e91c1f51b9688a7aee2d60a8456513b9fe20f0ba17e46d372d0de76dba84d5759575a6d409d6502c840b1f43eca2dd92e66e80490fb1be81fe8c59d9c39a18
7
- data.tar.gz: c14ef1441765c6782a4a27450097cfcc1215d8da9849873667156ee022133060d0ba671ad2a7b2577ca71e61fb5dcf23ba1e5e213b801117e1966ba76f1c5b3a
6
+ metadata.gz: c6814b926045475262d710b8d3992a7f61bf59ba8baabfd28c0ca277145a665c217ab9f76ab21e99319a643acf8d071cadc701784b09e2d1ab060d57651d802a
7
+ data.tar.gz: 9ec2faaed500212f70ed9076d3a9351f8210682f1179b2c425b49bb15952961a19d2cad9dc302512f7d2f9c17c847faef0670c6f98b385bb64f8fe50c6709686
@@ -30,7 +30,11 @@ module EventHookClientServer
30
30
  'grpc.max_metadata_size': 10 * 1024 * 1024,
31
31
  'grpc.keepalive_time_ms': 100 * 1000,
32
32
  'grpc.keepalive_timeout_ms': 300 * 1000,
33
- 'grpc.keepalive_permit_without_calls': 1
33
+ 'grpc.keepalive_permit_without_calls': 1,
34
+ 'grpc.http2.max_pings_without_data': 0,
35
+ 'grpc.http2.max_ping_strikes': 0,
36
+ 'grpc.http2.min_time_between_pings_ms': 75 * 100,
37
+ 'grpc.http2.min_ping_interval_without_data_ms': 75 * 100
34
38
  }
35
39
  }.freeze
36
40
  private_constant :DEFAULT_CONFIG
@@ -20,7 +20,11 @@ module EventHookClientServer
20
20
  'grpc.max_metadata_size': 10 * 1024 * 1024,
21
21
  'grpc.keepalive_time_ms': 100 * 1000,
22
22
  'grpc.keepalive_timeout_ms': 300 * 1000,
23
- 'grpc.keepalive_permit_without_calls': 1
23
+ 'grpc.keepalive_permit_without_calls': 1,
24
+ 'grpc.http2.max_pings_without_data': 0,
25
+ 'grpc.http2.max_ping_strikes': 0,
26
+ 'grpc.http2.min_time_between_pings_ms': 75 * 100,
27
+ 'grpc.http2.min_ping_interval_without_data_ms': 75 * 100
24
28
  }
25
29
  }.freeze
26
30
  private_constant :DEFAULT_CONFIG
@@ -3,6 +3,6 @@
3
3
  module EventHookClientServer
4
4
  MAJOR = 1
5
5
  MINOR = 0
6
- PATCH = 11
6
+ PATCH = 12
7
7
  VERSION = [MAJOR, MINOR, PATCH].join('.')
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bmx-event_hook_client_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stanko K.R.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-18 00:00:00.000000000 Z
11
+ date: 2019-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-struct