lemon-1997

Results 5 comments of lemon-1997

> 如果是前置参数都错误了,重试也是无意义的操作,组建中的有效期应该是7000秒 理论上一般都没问题,现在是完全信任cache里的token,如果cache存的token有问题,就必须等cache里的token失效才会去重新拿token,有刷新机制能避免这个问题

delete files on `C:\Users\Administrator\.local\share\serviceweaver\single_registry`

> it's a bug and the team fixing it I guess. In the mean time you can change the name and delete files on `/tmp/serviceweaver/logs/weaver-multi` to try again to see...

before goland Version: 2022.3,IDE sends os.Kill signal which cannot be caught.I solved the problem by upgrading IDE version.

if weaver services doesn't stop gracefully ,`Registry.list`will return dead registration cause`weaver status` doesn't work. ```go // list returns all registrations, dead or alive. func (r *Registry) list() ([]Registration, error) ```