Jeff Pei
Jeff Pei
+1 we need this too!
@tigerqiu712 thanks so much for the nice contribution! Sorry is busy this week, will definitely take a look on this weekend. In the meantime, could you add some test on...
@tigerqiu712 thanks so much for adding the test cases! Could you please help to take a look at the failed test cases and fix the tests?
@tigerqiu712 I saw your local repo https://github.com/tigerqiu712/parallec does not have the latest updates. Could you also pull from the latest code, like https://stackoverflow.com/questions/3903817/pull-new-updates-from-original-github-repository-into-forked-github-repository ? Hope that may help you to...
@tomerbal thanks for your interests in parallec. You can use the same parallec instance with different aync http client, which give you different timeout: http://www.parallec.io/docs/configurations/#async-http-client for the concurrency, you can...
## Version 0.20.0-SNAPSHOT _2016-09-30_ - Issue [#37](https://github.com/eBay/parallec/issues/37). Upgraded Async-http-client to version 2.0.15. This version has not been tested in PROD environment. The client auth plugin is to be tested. The...
Code has been pushed to maven https://oss.sonatype.org/content/repositories/snapshots/io/parallec/parallec-core/0.20.0-SNAPSHOT/
Build passed: https://travis-ci.org/eBay/parallec/jobs/163939785
plugin pushed as https://oss.sonatype.org/content/repositories/snapshots/io/parallec/parallec-plugin-http-clientauth/0.20.0-SNAPSHOT/
Hi @sizeoftank thanks for your interests in Parallec. Do you mean using proxy in ssh such as this [example](http://www.jcraft.com/jsch/examples/ViaHTTP.java.html)? ``` java session.setProxy(new ProxyHTTP(proxy_host, proxy_port)); ``` If yes, then it should...