netica 0.0.16-java → 0.0.17-java

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -67,6 +67,10 @@ Then, re-read the value of the Belief node.
67
67
 
68
68
  ## Release Notes
69
69
 
70
+ ### Version 0.0.17
71
+
72
+ * We don't wait, we sleep when a network is locked.
73
+
70
74
  ### Version 0.0.16
71
75
 
72
76
  * Add ActiveNetwork#destroy
@@ -79,7 +79,7 @@ module Netica
79
79
  if an.token == token
80
80
  until !an.in_use
81
81
  Netica::NeticaLogger.info "Network #{token} is locked."
82
- wait 1000
82
+ sleep 1
83
83
  end
84
84
  return an
85
85
  end
@@ -1,3 +1,3 @@
1
1
  module Netica
2
- VERSION = "0.0.16"
2
+ VERSION = "0.0.17"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: netica
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.16
5
+ version: 0.0.17
6
6
  platform: java
7
7
  authors:
8
8
  - Jerry Richardson