|
log.Debug("Join two connections, (l[%s] r[%s]) (l[%s] r[%s])", workConn.GetLocalAddr(), workConn.GetRemoteAddr(),
|
|
log.Debug("Join two connections, (l[%s] r[%s]) (l[%s] r[%s])", workConn.GetLocalAddr(), workConn.GetRemoteAddr(),
|
|
userConn.GetLocalAddr(), userConn.GetRemoteAddr())
|
|
userConn.GetLocalAddr(), userConn.GetRemoteAddr())
|
|
go msg.JoinMore(userConn, workConn, p.BaseConf, needRecord)
|
|
go msg.JoinMore(userConn, workConn, p.BaseConf, needRecord)
|