Comment #4 on issue 41 by [email protected]: TCPTransportClient.sendMessage() does not write all bytes when the pipe is full, and the rest of the message is discarded
http://code.google.com/p/jdiameter/issues/detail?id=41

From Richard and Paul -

A simple fix such as :

     rc = 0;
     while(rc<bytes.array().length)rc+= socketChannel.write(bytes);

resolved the issue.

We are happy with this fix and have it implemented and running fine on our platforms.

Thanks for the patch!


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to