From 188f5ae319c447c67f09664ac94f38aa134578b3 Mon Sep 17 00:00:00 2001 From: darrenge Date: Mon, 14 Oct 2024 15:24:29 -0700 Subject: [PATCH] Removed the sleep --- libs/server/Resp/RespServerSession.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/server/Resp/RespServerSession.cs b/libs/server/Resp/RespServerSession.cs index 584bd4e88e..028255b1a6 100644 --- a/libs/server/Resp/RespServerSession.cs +++ b/libs/server/Resp/RespServerSession.cs @@ -396,8 +396,6 @@ private void ProcessMessages() var _origReadHead = readHead; - Thread.Sleep(1); - while (bytesRead - readHead >= 4) { // First, parse the command, making sure we have the entire command available