anandlramadurg

About

Username
anandlramadurg
Joined
Visits
12
Last Active
Roles
Member

Comments

  • 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…
  • its fine. I got this working after modifying the library.
  • 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…