[ 
https://issues.apache.org/jira/browse/SANDESHA2C-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Damitha Kumarage closed SANDESHA2C-43.
--------------------------------------

    Resolution: Fixed

The actual reason is that sandesha2_app_msg_processor_msg_num_is_in_list() 
function checks whether number is in string list by strstr which whould cause 
error because for example when 21 is already in list it gives 1 is also in 
list.  I instead converted the string to an array and check the containment 
using axutil_array_list_contains() function

> When large sequences are sent for rm_ping_1_0 acks are not receieved for 
> random messages.
> -----------------------------------------------------------------------------------------
>
>                 Key: SANDESHA2C-43
>                 URL: https://issues.apache.org/jira/browse/SANDESHA2C-43
>             Project: Sandesha2/C
>          Issue Type: Bug
>            Reporter: Damitha Kumarage
>
> When large sequences are sent for rm_ping_1_0 acks are not receieved for 
> random messages. I suspect the problem is that after sending the last 
> message, all the messages sent through wire is not acked by the server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to