Skip to content

Commit

Permalink
Fix for #223 [websocket] onControl must not be propagated to Atmosphe…
Browse files Browse the repository at this point in the history
…reHandler
  • Loading branch information
jfarcand committed Mar 14, 2012
1 parent 5fe168f commit c644bef
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 2,374 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public void onMessage(byte[] data, int offset, int length) {
@Override
public boolean onControl(byte controlCode, byte[] data, int offset, int length) {
logger.trace("WebSocket.onControl.");
webSocketProcessor.invokeWebSocketProtocol(data, offset, length);
try {
webSocketProcessor.notifyListener(new WebSocketEventListener.WebSocketEvent(new String(data, offset, length, "UTF-8"), CONTROL, webSocketProcessor.webSocket()));
} catch (UnsupportedEncodingException e) {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
269 changes: 0 additions & 269 deletions samples/chat/src/main/webapp/javascripts/behaviour.js

This file was deleted.

Loading

0 comments on commit c644bef

Please sign in to comment.