Browse Source

fix compilation

pull/1298/head
Chris Lu 5 years ago
parent
commit
66effaed9e
  1. 4
      weed/messaging/client/client.go

4
weed/messaging/client/client.go

@ -23,10 +23,6 @@ func NewMessagingClient(bootstrapBrokers []string) (*MessagingClient, error) {
return nil, err
}
util.OnInterrupt(func() {
grpcConnection.Close()
})
return &MessagingClient{
bootstrapBrokers: bootstrapBrokers,
grpcConnection: grpcConnection,

Loading…
Cancel
Save