inifinite wait on destroy

This commit is contained in:
Matej Sekoranja
2011-03-10 14:46:35 +01:00
parent 357d48a5e7
commit 6e79ac9c09

View File

@@ -90,7 +90,7 @@ namespace epics {
// wait for send thread to exit cleanly
if (waitForThreadToComplete)
_shutdownEvent.wait(3.0);
_shutdownEvent.wait();
}
void BlockingUDPTransport::enqueueSendRequest(TransportSender* sender) {