dubbo-go
dubbo-go copied to clipboard
fix: fix nacos deregister when receiving shutdown signal
fix #3107
in the previous version UnRegisterService, is not invoked at all, this function serves as the deregister hook when receiving shutdown signal. This pr fixes it.