nats-rpc 0.0.3 → 0.0.4

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: 99eb0a15cf5542c00c87f4a91da97008a51de4970dbce17de5768a33222aa4c4
4
- data.tar.gz: d98848edc81a49d515fae9cd22a911898e4287af46f6360fe15b6b5624ccc0a5
3
+ metadata.gz: 255aae6d3d49c3911d45e4b696c87ba955cefa08e68553247e632b23045f3c58
4
+ data.tar.gz: 63eba4d3d4de9b4872451076ddf3bff941e14224ec8047a148449c76deef9097
5
5
  SHA512:
6
- metadata.gz: b96204863e5d81893276403ddcc0efb9939e0f388377ade84f64f94bf6bf1ea0ffc2546f2d63aef56eec1cb20e0aa8cf3733ca7ced3123190708f787b659e36f
7
- data.tar.gz: 3d4281c7a53e7e2c6eafcbe42ddb34a5d403ec78f64c81cf40248700176810f721ff5e8bbc4a23bd3fe8ea6b1db47e4246c0fc7c92e53db4fc7d544b2a8e2774
6
+ metadata.gz: 109a1adf1699aebcf71a9fee2cc9ca316d8a75116147029407ef12c07e92042aba4a9830f387a49ebdaf88b0feea5e625ccc2ff58d8eedb17089a53f1fb5abbd
7
+ data.tar.gz: 0f1cab8437758c93428132a91335f69ff8feb10bf76768df35656e3f69dd5b1b0c69a566c7bef343c28cabde3bc01e4eafc4fbc9a8fbe922b7c877c199e4531b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nats-rpc (0.0.3)
4
+ nats-rpc (0.0.4)
5
5
  nats-pure
6
6
 
7
7
  GEM
@@ -81,7 +81,7 @@ module NATS
81
81
  last_count_messages = 0
82
82
  loop do
83
83
  throughput = (last_count_messages - @count_messages).abs
84
- debug "messages: #{@count_messages} throughput: #{throughput}/s errors json_parse: #{@count_json_parse_errors} block_call: #{@count_block_call_errors} to_json: #{@count_to_json_errors}"
84
+ debug "s: #{subscribe_to} q: #{opts[:queue]} - msg: #{@count_messages} tput: #{throughput}/s errs json_parse: #{@count_json_parse_errors} block_call: #{@count_block_call_errors} to_json: #{@count_to_json_errors}"
85
85
  last_count_messages = @count_messages
86
86
  sleep 1
87
87
  end
@@ -1,5 +1,5 @@
1
1
  module NATS
2
2
  module RPC
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nats-rpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matti Paksula