kuno

Results 7 issues of kuno

添加一个负载均衡策略,随机的选取可用的代理。 根据我自己使用下来的观察,明显比round-robin策略能够更均衡的分发流量。

Hi: I am new to cryptography and thanks for the great library. I have two questions on the RSA implementation of this lib. * I saw that the RSA Cipher...

I made a slight modification to the `examples/show_remote.js`, ``` js var gitteh = require("../lib/gitteh"); var path = require("path"); gitteh.openRepository(path.join(__dirname, ".."), function(err, repo) { exports.repo = repo; repo.remote("origin", function(err, remote) {...

I notice that the connection object seems will emit `ready` event more than once. For example ``` js function run (config, callback) { var connection = amqp.createConnection(config); connnection.on('ready' , function()...