You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by sa...@apache.org on 2007/09/18 10:25:07 UTC

svn commit: r576772 - /webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c

Author: samisa
Date: Tue Sep 18 01:25:06 2007
New Revision: 576772

URL: http://svn.apache.org/viewvc?rev=576772&view=rev
Log:
Fixed log name

Modified:
    webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c

Modified: webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c?rev=576772&r1=576771&r2=576772&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c Tue Sep 18 01:25:06 2007
@@ -78,7 +78,7 @@
     int c;
    
     /* Set up the environment */
-    env = axutil_env_create_all("echo_non_blocking_dual.log", 
+    env = axutil_env_create_all("rm_echo_1_1.log", 
             AXIS2_LOG_LEVEL_CRITICAL);
 
     /* Set end point reference of echo service */
@@ -299,15 +299,15 @@
 {
     /** Wait till callback is complete. Simply keep the parent thread running
        until our on_complete or on_error is invoked */
-    int count = 3;
+    int count = 30;
     while(count-- > 0)
     {
         if (axis2_callback_get_complete(callback, env))
         {
             /* We are done with the callback */
-            break;
+            return;
         }
-        AXIS2_SLEEP(SANDESHA2_MAX_COUNT); 
+        AXIS2_SLEEP(1); 
     }
     return;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org