mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-13 04:23:54 +08:00
update github actions go version
This commit is contained in:
@@ -59,7 +59,7 @@ func (h *EchoHandler) Handle(ctx context.Context, conn net.Conn) {
|
||||
msg, err := reader.ReadString('\n')
|
||||
if err != nil {
|
||||
if err == io.EOF {
|
||||
logger.Info("connection close")
|
||||
// logger.Info("connection close")
|
||||
h.activeConn.Delete(client)
|
||||
} else {
|
||||
logger.Warn(err)
|
||||
|
Reference in New Issue
Block a user