Rinai-R commented on issue #2996:
URL: https://github.com/apache/dubbo-go/issues/2996#issuecomment-3240035243

   go test 运行在一个进程中,而 apollo 客户端后台会运行一个 goroutine 去更新以及读取配置,并且使用了全局的 viper 进行 
yaml 解析,而 apollo 客户端没有给手段去结束这个 goroutine,所以多个 Test 启动了多个客户端就会出现并发读写 map 
的情况,可以通过自定义注入 parser 的方法解决。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to