diff --git a/FreeswitchConfigSockets.suo b/FreeswitchConfigSockets.suo index 11883a8..1c14261 100644 Binary files a/FreeswitchConfigSockets.suo and b/FreeswitchConfigSockets.suo differ diff --git a/Library/ASocket.cs b/Library/ASocket.cs index fba0386..172adbe 100644 --- a/Library/ASocket.cs +++ b/Library/ASocket.cs @@ -378,6 +378,8 @@ private void _SocketDataReaderStart() } } } + else + Thread.Sleep(100); } }