broker: add profiling
This commit is contained in:
@@ -69,8 +69,7 @@ func (p *Publisher) Publish(m *messaging_pb.RawData) error {
|
||||
|
||||
}
|
||||
|
||||
func (p *Publisher) Shutdown() {
|
||||
|
||||
p.publishClient.CloseSend()
|
||||
func (p *Publisher) Close() error {
|
||||
|
||||
return p.publishClient.CloseSend()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user