Skip to content

Commit

Permalink
correcting CPU usage issue by forcing delay in check for socket data …
Browse files Browse the repository at this point in the history
…so cpu can idle.
  • Loading branch information
roger.castaldo@gmail.com committed Feb 1, 2013
1 parent 790e92b commit 39f95ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified FreeswitchConfigSockets.suo
Binary file not shown.
2 changes: 2 additions & 0 deletions Library/ASocket.cs
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ private void _SocketDataReaderStart()
}
}
}
else
Thread.Sleep(100);
}
}

Expand Down

0 comments on commit 39f95ce

Please sign in to comment.