enoch
Results
1
comments of
enoch
My configuration is as follows, it can run normally, but occasionally it will report this panic newHandler = gos7.NewTCPClientHandler(address, 0, 1) newHandler.Timeout = time.Duration(500) * time.Millisecond newHandler.Connect() conn.Handler = newHandler...