mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-26 19:48:34 +00:00
packet
This commit is contained in:
@@ -40,6 +40,12 @@ const (
|
||||
PINGRESP
|
||||
DISCONNECT
|
||||
)
|
||||
const (
|
||||
QosAtMostOnce byte = iota
|
||||
QosAtLeastOnce
|
||||
QosExactlyOnce
|
||||
QosFailure = 0x80
|
||||
)
|
||||
|
||||
func SubscribeTopicCheckAndSpilt(subject []byte) ([]string, error) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user