fix: topic publshInfo and subscribeInfo not update (#1084)

diff --git a/internal/client.go b/internal/client.go
index 1321da9..6f27f5e 100644
--- a/internal/client.go
+++ b/internal/client.go
@@ -405,6 +405,8 @@
 			return res
 		})
 	}
+	// bundle this client to namesrv
+	client.GetNameSrv().(*namesrvs).bundleClient = client
 	return client
 }