browningweb
browningweb
在 Swoole 环境下也出现了如上问题,例如异步任务,目前的解决方案就是调用之前先进行: `$appInit = new AppInit(); $appInit->run();`
Any good news?
为了子设备与 ROOT 快捷地组网,做固件的时候已经吧 mesh id 都固定了,这样 ROOT 节点只要插上网线,整个 mesh 网络就可以组网并正常使用了。
so, any progress? We also plan to use ble together with mesh. ble & mesh wifi gateway.
我们目前使用的是 mdf 的的解决方案,由于该项目不维护了,想切换到 mesh-lite 方案,之前 mdf 时根节点是通过有线连接到路由器的,所以也希望有此类解决方案。
Same question about this error. Any update?
I have solved this question. Idea from [https://stackoverflow.com/questions/23070876/reading-body-of-http-request-without-modifying-request-state](https://stackoverflow.com/questions/23070876/reading-body-of-http-request-without-modifying-request-state) Here is the code. ``` go func (rp *RequestParse) Parse(r *http.Request) (map[string]interface{}, error) { vars := pathvar.Vars(r) params, err := httpx.GetFormValues(r) if...