Fixing build issue

This commit is contained in:
Joakim Erdfelt 2012-07-11 11:43:12 -07:00
parent 6757160a94
commit d7f3bbb260
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class WebSocketClientSelectorManager extends SelectorManager
WebSocketAsyncConnection connection = new WebSocketAsyncConnection(endPoint,executor,scheduler,policy,bufferPool);
endPoint.setAsyncConnection(connection);
connection.getParser().addListener(websocket);
connection.getParser().setListener(websocket);
// TODO: track open websockets? bind open websocket to connection?