Index: OSGPointMCastConnection.cpp
===================================================================
RCS file: /cvsroot/opensg/OpenSG/Source/Base/Network/Socket/OSGPointMCastConnection.cpp,v
retrieving revision 1.11
diff -u -r1.11 OSGPointMCastConnection.cpp
--- OSGPointMCastConnection.cpp	5 Sep 2008 08:21:33 -0000	1.11
+++ OSGPointMCastConnection.cpp	9 Sep 2011 07:35:30 -0000
@@ -518,6 +518,9 @@
                 ignoreT = getSystemTime();
             do
             {
+				if(_recvQueueThreadStop)
+                       return true;
+
                 while(!recvNextDgram(dgram))
                 {
                     if(_recvQueueThreadStop)

