@@ -1,3 +1,3 @@
.idea/
.vscode/
-sample/echo
+sample/sample
@@ -14,7 +14,7 @@ var (
WriteBufSize: 2048,
Timeout: 3 * time.Second,
Tick: 10 * time.Second,
- ReadTimeout: 3 * time.Second,
+ ReadTimeout: 12 * time.Second, // should greater than Tick
}
)