Results 25 comments of lokielse

@wemersonjanuario Checkout this one, almost based on `sidney/latchet` https://github.com/lokielse/Larvel-5-Latchet `Laravel-5-Latchet`

Limited to about **50** concurrent connections, and looking for suggestions. Run command: ``` bash echo "show info" | socat /tmp/haproxy.sock stdio ``` Result: Name: HAProxy Version: 1.5.3 Release_date: 2014/07/25 Nbproc:...

I found that my init.d/haproxy start haproxy with `start-stop-daemon` which result of 16M memory limit I change it to this and work ``` bash haproxy_start() { $HAPROXY -f "$CONFIG" -D...

Try to Increase Open Files Limit https://rtcamp.com/tutorials/linux/increase-open-files-limit/

你用的应该不是最新版,请更新版本后再试一试。

@bigrocs @gdc5percent 有同感,而且只能设置为文件,不太方便。刚推出了一个版本做出了改进。 1. 不需要.pfx文件,将原来的.pfx和.cer文件转化为私钥和公钥以及证书ID 2. 不需要设置certDir,只需设置公钥的路径或内容 3. 不需要证书密码 具体可以参照最新的 [README.md](https://github.com/lokielse/omnipay-unionpay/blob/master/README.md)

你好,代码已更新,现已支持设置txnSubType。

@fasthold 请看一下以下自检内容,是不是金额小于1毛导致的? https://open.unionpay.com/ajweb/help/faq/list?id=39&level=0&from=0&keyword=9100004 https://open.unionpay.com/ajweb/help/faq/list?id=40&level=0&from=0&keyword=9100004

`trId`设置了吗?你在下面这一行后面把`$data`打印一下,看看参数对不对(和银联提供的demo所构建的参数对比一下) https://github.com/lokielse/omnipay-unionpay/blob/d96570bc47c471c9d8b7cb7b00428de795c0d964/src/Message/WtzConsumeRequest.php#L45

hi @youknowone , could you please implement an method which can set the Grouped tableView style(in iOS7) to be like iOS 5/6 which has left right margin & round borders.