bunny 1.1.4 → 1.1.5

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: b15dc09aa8217431f0021fec53a10f41a57cbfbe
4
- data.tar.gz: d1fcce6ab41b52b96f0ebeb5d708af6d9c659552
3
+ metadata.gz: 9d6d07747ed59a23a5fbef7a6146cb8f0ff7438a
4
+ data.tar.gz: d6734646550b66ac0fa71e5c83f2e8575eb64c5a
5
5
  SHA512:
6
- metadata.gz: b2f02155a020641d5d1382d2a6cd5ce0be034ef6ce0f4e6ec6e0d55b0fac73627fcfa1ffdc76e28d1a5cbab05ea9831893692956ec4fb5cbc6345112c95b6539
7
- data.tar.gz: c374bef638396e738a053abc10e076853f647d670d3b9a58cea28bd148715bcebee07b26a02471a2d2e27aa3462bef564ed0f33b5788b9666749737bf99770f5
6
+ metadata.gz: fc90357a545277a52e7d2a889d434def74fadef182547b6572f4aca8639312be02b84fd7a2eb8691be86a144c74c5bcb592adc951bc52a43604041a0135128e1
7
+ data.tar.gz: 315c643ed31841055b93e1a8db3feb34ca7fe0023a2237dd6b7861e6b9236933d749bb90aaa96a0371a40248f02bc237963a7983a86057efc64d9ad0e22b492a
@@ -1,3 +1,11 @@
1
+ ## Changes between Bunny 1.1.4 and 1.1.5
2
+
3
+ ### Thread Leak Plugged
4
+
5
+ `Bunny::Session#close` on connections that have experienced a network failure
6
+ will correctly clean up I/O thread.
7
+
8
+
1
9
  ## Changes between Bunny 1.1.3 and 1.1.4
2
10
 
3
11
  ### Bunny::Concurrent::ContinuationQueue#poll Rounding Fix
@@ -295,12 +295,9 @@ module Bunny
295
295
  Bunny::Timeout.timeout(@transport.disconnect_timeout, ClientTimeout) do
296
296
  self.close_connection(true)
297
297
  end
298
-
299
- maybe_shutdown_reader_loop
300
- close_transport
301
298
  end
302
299
 
303
- shut_down_all_consumer_work_pools!
300
+ clean_up_on_shutdown
304
301
  @status = :closed
305
302
  end
306
303
  alias stop close
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Bunny
4
4
  # @return [String] Version of the library
5
- VERSION = "1.1.4"
5
+ VERSION = "1.1.5"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bunny
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Duncan
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2014-03-17 00:00:00.000000000 Z
15
+ date: 2014-03-19 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: amq-protocol