freeswitcher 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,10 @@ module FSR
26
26
  end
27
27
 
28
28
  def unbind
29
- return unless @host && @port
29
+ unless @host && @port
30
+ Log.warn "@host and @port not set in #{self}, cannot reconnect"
31
+ return
32
+ end
30
33
  EM.add_timer(1){ reconnect @host, @port }
31
34
  end
32
35
 
@@ -1,3 +1,3 @@
1
1
  module FSR
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 3
9
- version: 0.6.3
8
+ - 4
9
+ version: 0.6.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jayson Vaughn
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-02-25 00:00:00 -06:00
20
+ date: 2011-02-26 00:00:00 -06:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency