pebbles-river 0.1.9 → 0.1.10

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.
@@ -1,5 +1,5 @@
1
1
  module Pebbles
2
2
  module River
3
- VERSION = '0.1.9'
3
+ VERSION = '0.1.10'
4
4
  end
5
5
  end
@@ -181,6 +181,10 @@ module Pebbles
181
181
  end
182
182
 
183
183
  @river.disconnect
184
+ rescue Timeout::Error
185
+ if @logger
186
+ @logger.error("Timeout polling for messages (ignoring)")
187
+ end
184
188
  rescue => exception
185
189
  if @logger
186
190
  @logger.error("Exception (#{exception.class}) while handling message: #{exception}")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pebbles-river
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: