apiotics 0.1.96 → 0.1.97

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
  SHA1:
3
- metadata.gz: 46c16f8e43c27907aa0d00d72cdf79010923b51b
4
- data.tar.gz: 5123b51a1a8a0904f243b32f534bce27e2fc9f36
3
+ metadata.gz: 0234c2375c840d3e3096e211e3150f6f0e33977c
4
+ data.tar.gz: 5fefc17a8ec77a86ef1c337801c4ef78d16431ab
5
5
  SHA512:
6
- metadata.gz: f927bc7277c15d766c726a57806100cc34a93295adab60a82651dd4b6c70c5cb4ee694212c7f90df22f95a73c0fb4e5fe7edb660f74cf81d756abccfcac0d72d
7
- data.tar.gz: 4f59ee9468e87dad7ac55784bc95cd3aa84f3b4e887c2373b35422e3f6f449a682000da693b807d02105795180be30db7a4c36fcbd2cfa6cc47888cc11d6d186
6
+ metadata.gz: 5d594e26c01fdecab62bdbc6d8a37217e9e9418013ce1f3618ae333f40515f7ca40597c0ff673d2c411ee9c0e2fbfa1d40d0f881b550db06d88168797b4de13f
7
+ data.tar.gz: e05358f9adc6cb2ecb8a4179919e8e5cf01fb4cf0e974245a1a21df74cd8e8d7e67d868cdec294d5e3de24d5bebe6e12b70c2949a185eabed35760eaecbe100d
@@ -178,8 +178,10 @@ module Apiotics
178
178
  def monitor_heartbeat(heartbeat)
179
179
  if heartbeat["action"] = "set-request"
180
180
  @heartbeat_state[heartbeat["interface"]] = heartbeat
181
+ puts @heartbeat_state
181
182
  elsif heartbeat["action"] = "set-request-ack"
182
183
  @heartbeat_state.delete(heartbeat["interface"])
184
+ puts @heartbeat_state
183
185
  end
184
186
  if @heartbeat_state.length > Apiotics.configuration.max_missed_heartbeats
185
187
  begin
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.1.96'
2
+ VERSION = '0.1.97'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apiotics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.96
4
+ version: 0.1.97
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation