dubbo-go
dubbo-go copied to clipboard
[Performance Tuning]Use NotifyAll instead of Notify one after one on address notification.

Use NotifyAll instead of Notify one after one.
https://github.com/apache/dubbo-go/blob/master/registry/event/service_instances_changed_listener_impl.go#L133
@zhaoyunxing92 you could assign me
@chickenlj I assume Listerner.NotifyAll will solve this https://github.com/apache/dubbo-go/blob/80efe12ab22655da75447970dbca6db28c4b87b3/registry/mocks/NotifyListener.go#L41
will have a try.