log connection correct
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m55s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m55s
This commit is contained in:
@@ -107,7 +107,7 @@ func NewSyncedPool(local *GrainLocalPool, hostname string, d Discovery) (*Synced
|
|||||||
log.Printf("Error accepting connection: %v\n", err)
|
log.Printf("Error accepting connection: %v\n", err)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
log.Printf("Got connection from %s", conn.RemoteAddr().Network())
|
log.Printf("Got connection from %s", conn.RemoteAddr())
|
||||||
|
|
||||||
go pool.handleConnection(conn)
|
go pool.handleConnection(conn)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user