]
Tom Jenkinson reassigned JBTM-2841:
-----------------------------------
Assignee: (was: Amos Feng)
HybridSocketEndpointQueue::_send() needs wrapper around
apr_socket_send()
-------------------------------------------------------------------------
Key: JBTM-2841
URL:
https://issues.jboss.org/browse/JBTM-2841
Project: JBoss Transaction Manager
Issue Type: Bug
Components: BlackTie
Reporter: Amos Feng
Priority: Major
tpreturn() seems to non-block send without checking tranfer length.
It needs a wrapper of looping apr_socket_send() until all of the data write to the
socket.
similar like
[
stomp_write_buffer|https://github.com/jbosstm/narayana/blob/c035f66960d18...]