mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-06 09:17:10 +08:00
update github actions go version
This commit is contained in:
@@ -83,7 +83,7 @@ func ListenAndServe(listener net.Listener, handler tcp.Handler, closeChan <-chan
|
||||
break
|
||||
}
|
||||
// handle
|
||||
logger.Info("accept link")
|
||||
// logger.Info("accept link")
|
||||
ClientCounter++
|
||||
waitDone.Add(1)
|
||||
go func() {
|
||||
|
Reference in New Issue
Block a user