no message

master
caiyuzheng 2021-05-31 00:34:28 +08:00
parent 368e49ff71
commit 84d1cd38be
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ type ConnectionManager struct {
func withTimeoutConnectContext(parent context.Context, timeOut time.Duration) ConnectionContext {
ctx, _ := context.WithTimeout(parent, timeOut)
if config.IfSecure() {
if config.IfSecure() { // secure tcp
}
ret := ConnectionContext{ctx, "0", "socket", 0, "", 0, nil, nil, nil, DefaultPackageHandler, false, []byte{}}