Skip to content

Commit

Permalink
Removed the sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Oct 14, 2024
1 parent d6b3a99 commit 188f5ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/server/Resp/RespServerSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 188f5ae

Please sign in to comment.