El 30/05/12 11:33, Paulo Pires escribió: > Correct me if I'm wrong, but Wave's using Java Websocket client[1] in > org.waveprotocol.box.server.rpc.WebSocketClientChannel.java. > > Is this deprecated? > Can we remove this code? > Can we replace this seamlessly with Jetty implementation? > > 1 - https://github.com/adamac/Java-WebSocket-client > > PP
Seems that this is only used for testing (See RpcTest). It will be good to update it with a more compatible lib. Bests,
