snail

Results 4 comments of snail

> @snail-plus Maybe it would be better to have a simple unit test. ok , I will add a simple unit test later.

func WithRecover(fn func()) { defer func() { handler := PanicHandler if handler != nil { if err := recover(); err != nil { handler(err) } } }() fn() } handler...

> 是的,目前是这样的。。。感兴趣可以修复下 @snail-plus https://github.com/apache/rocketmq-client-go/pull/1073 我的PR

TraceConfig 结构体增加 UnitName 外部使用不同Namesrv 使用不同UnitName 可以fix 这个问题吗?