liuxiaolong
2019-05-30 74538caf72fb8724d7e9a98f7f7053ef785189ed
rm publish 123
1个文件已修改
1 ■■■■ 已修改文件
server.go 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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){