翻出历史项目,先上传,未测试(MQTT3.1.1已经支持)

This commit is contained in:
Jason
2020-09-11 06:48:42 +08:00
parent ad870c9948
commit 19e8e303ec
29 changed files with 2787 additions and 0 deletions

5
packet/pubrel.go Normal file
View File

@@ -0,0 +1,5 @@
package packet
type PubRel struct {
PubAck
}