You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sh...@apache.org on 2008/11/27 07:27:25 UTC

svn commit: r721092 - /webservices/axis2/trunk/c/samples/client/amqp/echo/echo_non_blocking_dual.c

Author: shankar
Date: Wed Nov 26 22:27:25 2008
New Revision: 721092

URL: http://svn.apache.org/viewvc?rev=721092&view=rev
Log:
applying patch given in AXIS2C-1299

Modified:
    webservices/axis2/trunk/c/samples/client/amqp/echo/echo_non_blocking_dual.c

Modified: webservices/axis2/trunk/c/samples/client/amqp/echo/echo_non_blocking_dual.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/amqp/echo/echo_non_blocking_dual.c?rev=721092&r1=721091&r2=721092&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/amqp/echo/echo_non_blocking_dual.c (original)
+++ webservices/axis2/trunk/c/samples/client/amqp/echo/echo_non_blocking_dual.c Wed Nov 26 22:27:25 2008
@@ -21,7 +21,7 @@
 #include <axiom_soap.h>
 #include <axis2_client.h>
 
-#define MAX_COUNT  3000000
+#define MAX_COUNT  10
 
 /* my on_complete callback function */
 axis2_status_t AXIS2_CALL echo_callback_on_complete(
@@ -144,8 +144,8 @@
             /* We are done with the callback */
             break;
         }
-
-/*         AXIS2_SLEEP(1); */
+		
+		AXIS2_SLEEP(1);
         count++;
     }