Its simple change. Incase you want to put this in the library.
WebSocketFactory sf = new WebSocketFactory();
if (proxyHost != null && proxyPort != 0) {
sf.getProxySettings().setHost(proxyHost);
sf.getProxySettings().setPort(pro…
Thanks. But i dont understand why this fix cannot be added to your java client library. Rest client is taking care of proxy while kiteticker doesnt. Looks like inconsistent library. Some folks are from IT background and they usually have proxy in of…