mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-09 00:50:38 +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
|
return resp, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (b *Broker) DeliverMessage(packet *packets.PublishPacket, shareRemoteID string) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
func (b *Broker) QueryConnect(clientID string) {
|
func (b *Broker) QueryConnect(clientID string) {
|
||||||
for _, client := range b.rpcClient {
|
for _, client := range b.rpcClient {
|
||||||
client.QueryConnect(context.Background(), &pb.QueryConnectRequest{ClientID: clientID})
|
client.QueryConnect(context.Background(), &pb.QueryConnectRequest{ClientID: clientID})
|
||||||
|
|||||||
Reference in New Issue
Block a user