mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-04 07:08:32 +00:00
remove no use
This commit is contained in:
@@ -138,10 +138,6 @@ func (h *HMQ) DeliverMessage(ctx context.Context, in *pb.DeliverMessageRequest)
|
||||
return resp, nil
|
||||
}
|
||||
|
||||
func (b *Broker) DeliverMessage(packet *packets.PublishPacket, shareRemoteID string) {
|
||||
|
||||
}
|
||||
|
||||
func (b *Broker) QueryConnect(clientID string) {
|
||||
for _, client := range b.rpcClient {
|
||||
client.QueryConnect(context.Background(), &pb.QueryConnectRequest{ClientID: clientID})
|
||||
|
||||
Reference in New Issue
Block a user