mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix compilation
This commit is contained in:
parent
eab4c9219c
commit
66effaed9e
|
@ -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…
Reference in a new issue