nats-rpc 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/nats/rpc/servant.rb +1 -1
- data/lib/nats/rpc/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 255aae6d3d49c3911d45e4b696c87ba955cefa08e68553247e632b23045f3c58
|
4
|
+
data.tar.gz: 63eba4d3d4de9b4872451076ddf3bff941e14224ec8047a148449c76deef9097
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 109a1adf1699aebcf71a9fee2cc9ca316d8a75116147029407ef12c07e92042aba4a9830f387a49ebdaf88b0feea5e625ccc2ff58d8eedb17089a53f1fb5abbd
|
7
|
+
data.tar.gz: 0f1cab8437758c93428132a91335f69ff8feb10bf76768df35656e3f69dd5b1b0c69a566c7bef343c28cabde3bc01e4eafc4fbc9a8fbe922b7c877c199e4531b
|
data/Gemfile.lock
CHANGED
data/lib/nats/rpc/servant.rb
CHANGED
@@ -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 "
|
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
|
data/lib/nats/rpc/version.rb
CHANGED