win32: serial socket timeouts. bugzid: 654
[deb_libcec.git] / src / lib / adapter / USBCECAdapterCommunication.cpp
index 527292acc9d12c8ade59cf3caad4d1e85ea8d7d9..8269d139885028dfe3d92955162667a0c754d2b4 100644 (file)
@@ -240,10 +240,7 @@ void *CUSBCECAdapterCommunication::Process(void)
     }
 
     if (!IsStopped())
-    {
-      Sleep(5);
       WriteNextCommand();
-    }
   }
 
   /* notify all threads that are waiting on messages to be sent */