liuxiaolong
2019-05-30 74538caf72fb8724d7e9a98f7f7053ef785189ed
server.go
@@ -238,7 +238,6 @@
   s.nodes = responses
   // publish the changes
   s.publisher.Publish(s.nodes.ToSlice())
   s.publisher.Publish([]string{"123"})
}
func (d *DiscoveryServer) PublishMsg(msg protomsg.PublishMessage){