dango 0.0.12 → 0.0.13
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.
- data/lib/dango/tester/dango_tester_client.rb +2 -2
- data/lib/dango/version.rb +1 -1
- metadata +2 -2
@@ -43,8 +43,8 @@ end
|
|
43
43
|
|
44
44
|
# テスト接続用のクラス
|
45
45
|
class TestClient < DangoClientFramework
|
46
|
-
SendReceiveSleepIntervalSec = 0.
|
47
|
-
SendReceiveTimeoutSec = 10
|
46
|
+
SendReceiveSleepIntervalSec = 0.001 # データ送信後の順の際のタイムアウトチェック間隔秒
|
47
|
+
SendReceiveTimeoutSec = 10 # データ送信後の順の際のタイムアウトチェック間隔秒
|
48
48
|
|
49
49
|
def initialize(env, config, c_name)
|
50
50
|
@config = config
|
data/lib/dango/version.rb
CHANGED
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: dango
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0.
|
7
|
-
date: 2007-10-
|
6
|
+
version: 0.0.13
|
7
|
+
date: 2007-10-17 00:00:00 +09:00
|
8
8
|
summary: Ruby - Flash conneciton network flamework
|
9
9
|
require_paths:
|
10
10
|
- lib
|