mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3284 - web sockets and truncated body
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1094495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
459be2d0fb
commit
fc2d54866e
|
@ -89,6 +89,6 @@ class StompSocket extends TransportSupport implements WebSocket, StompTransport
|
|||
}
|
||||
|
||||
public void sendToStomp(StompFrame command) throws IOException {
|
||||
outbound.sendMessage(WebSocket.SENTINEL_FRAME, command.toString());
|
||||
outbound.sendMessage(WebSocket.SENTINEL_FRAME, command.format());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue