From 6e79ac9c094e002907d76b52c97ba003db5453ef Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Thu, 10 Mar 2011 14:46:35 +0100 Subject: [PATCH] inifinite wait on destroy --- pvAccessApp/remote/blockingUDPTransport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvAccessApp/remote/blockingUDPTransport.cpp b/pvAccessApp/remote/blockingUDPTransport.cpp index d3d8406..1889580 100644 --- a/pvAccessApp/remote/blockingUDPTransport.cpp +++ b/pvAccessApp/remote/blockingUDPTransport.cpp @@ -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) {