Fixing build issue
This commit is contained in:
parent
6757160a94
commit
d7f3bbb260
|
@ -84,7 +84,7 @@ public class WebSocketClientSelectorManager extends SelectorManager
|
||||||
|
|
||||||
WebSocketAsyncConnection connection = new WebSocketAsyncConnection(endPoint,executor,scheduler,policy,bufferPool);
|
WebSocketAsyncConnection connection = new WebSocketAsyncConnection(endPoint,executor,scheduler,policy,bufferPool);
|
||||||
endPoint.setAsyncConnection(connection);
|
endPoint.setAsyncConnection(connection);
|
||||||
connection.getParser().addListener(websocket);
|
connection.getParser().setListener(websocket);
|
||||||
|
|
||||||
// TODO: track open websockets? bind open websocket to connection?
|
// TODO: track open websockets? bind open websocket to connection?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue