Yoshiera

Results 15 comments of Yoshiera

> Hi, thanks for the contribution. What's the usecase for this? In my opinions, the child waitgroup is used along with the child context. You only want to wait for...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to choose either at their option.

This is a good idea. Further, a user-defined enable / disable zone may be useful to solve the deselection problem like #134.

> @geektutu > @acaibird 不是所有的handler都会调用 `Next()`。 > 手工调用 `Next()`,一般用于在请求前后各实现一些行为。如果中间件只作用于请求前,可以省略调用`Next()`,算是一种兼容性比较好的写法吧。 你好,大佬写的文章很受用。有个问题想问一下,在使用循环调用handler的话,如何实现类似于gin中的`c.Abort()`这种中间件的退出机制呢?

> > 你好,大佬写的文章很受用。有个问题想问一下,在使用循环调用handler的话,如何实现类似于gin中的`c.Abort()`这种中间件的退出机制呢? > > @YoshieraHuang context 中维护一个状态值,调用 `c.Abort()` 改变状态,循环时检查状态,发现已经中止停止循环即可。 理解了,谢谢大佬。

I agree. large xml file is too tedious to handle.

I works on the controlling of devices at large scientific instruments. There are already localized device controllers and i developed a remote device controlling service which is backed by k8s...

I write an `axum` version of `actix_example` at PR #297 .

I do suffer from this bug. It sounds good that this will be fixed in next release.