|
|
@ -265,7 +265,6 @@ func StatsCommandVA(t *icsnet.IcsTCPNet, bufend string) {
|
|
|
|
|
|
|
|
|
|
|
|
defer t.Close()
|
|
|
|
defer t.Close()
|
|
|
|
|
|
|
|
|
|
|
|
for {
|
|
|
|
|
|
|
|
statReads, rlen, rerr := t.ReadS(10137, bufend) // 여기서 전체 몇 byte씩 읽어서 로그를 찍을건지 알아야함
|
|
|
|
statReads, rlen, rerr := t.ReadS(10137, bufend) // 여기서 전체 몇 byte씩 읽어서 로그를 찍을건지 알아야함
|
|
|
|
if rerr != nil {
|
|
|
|
if rerr != nil {
|
|
|
|
if rerr.GetError() != io.EOF {
|
|
|
|
if rerr.GetError() != io.EOF {
|
|
|
@ -341,7 +340,6 @@ func StatsCommandVA(t *icsnet.IcsTCPNet, bufend string) {
|
|
|
|
// fmt.Printf("stats- %s \n", statInfos.SttText)
|
|
|
|
// fmt.Printf("stats- %s \n", statInfos.SttText)
|
|
|
|
// fmt.Printf("stats- %s \n", statInfos.TtsText)
|
|
|
|
// fmt.Printf("stats- %s \n", statInfos.TtsText)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (statInfos *StatInfos) ChangeByteToString(statInfo []byte) *icserror.IcsError {
|
|
|
|
func (statInfos *StatInfos) ChangeByteToString(statInfo []byte) *icserror.IcsError {
|
|
|
|