ichannel 3.0.1 → 3.0.2

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.
@@ -103,7 +103,7 @@ class IChannel
103
103
  # The object read from the channel.
104
104
  #
105
105
  def recv!
106
- readble, _ = IO.select [@reader], [], []
106
+ readble, _ = IO.select [@reader], [], [], 0.1
107
107
  if readable
108
108
  msg, _ = readable[0].recvmsg
109
109
  @serializer.load msg
@@ -1,3 +1,3 @@
1
1
  class IChannel
2
- VERSION = "3.0.1"
2
+ VERSION = "3.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ichannel
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -44,7 +44,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
44
44
  version: '0'
45
45
  segments:
46
46
  - 0
47
- hash: -216838060048785898
47
+ hash: 4054372097139346221
48
48
  required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  none: false
50
50
  requirements:
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  version: '0'
54
54
  segments:
55
55
  - 0
56
- hash: -216838060048785898
56
+ hash: 4054372097139346221
57
57
  requirements: []
58
58
  rubyforge_project:
59
59
  rubygems_version: 1.8.23