git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1094495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2011-04-18 11:26:49 +00:00
parent 459be2d0fb
commit fc2d54866e
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}