mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-24 10:38:34 +00:00
remove publish message check
This commit is contained in:
@@ -197,9 +197,6 @@ func (c *client) ProcessPublish(packet *packets.PublishPacket) {
|
||||
}
|
||||
|
||||
func (c *client) ProcessPublishMessage(packet *packets.PublishPacket) {
|
||||
if c.status == Disconnected {
|
||||
return
|
||||
}
|
||||
|
||||
b := c.broker
|
||||
if b == nil {
|
||||
|
||||
Reference in New Issue
Block a user