Remvoved response skipping for +ack message from client.

This commit is contained in:
Kelvin Clement Mwinuka
2024-01-23 23:54:39 +08:00
parent ce14f59f41
commit 4b980cc5fd

View File

@@ -157,9 +157,6 @@ func (server *Server) handleConnection(ctx context.Context, conn net.Conn) {
fmt.Println(err)
}
} else {
if command.Command == "ack" {
continue
}
if _, err := w.Write(res); err != nil {
// TODO: Log error at configured logger
fmt.Println(err)