em-zmq-tp10 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -91,9 +91,11 @@ module EventMachine
91
91
  end
92
92
 
93
93
  def not_too_busy?
94
- free = _not_too_busy?
95
- self.notify_when_free = !free
96
- free
94
+ unless error?
95
+ free = _not_too_busy?
96
+ self.notify_when_free = !free
97
+ free
98
+ end
97
99
  end
98
100
 
99
101
  def receive_data(data)
@@ -1,7 +1,7 @@
1
1
  module EventMachine
2
2
  module Protocols
3
3
  module Zmq2
4
- VERSION = '0.1.7'
4
+ VERSION = '0.1.8'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: em-zmq-tp10
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-31 00:00:00.000000000 Z
12
+ date: 2012-08-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: eventmachine