mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-26 19:48:34 +00:00
'packet'
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package broker
|
||||
|
||||
import "sync"
|
||||
import (
|
||||
"hmq/packets"
|
||||
"sync"
|
||||
)
|
||||
|
||||
const (
|
||||
MaxUser = 1024 * 1024
|
||||
@@ -11,7 +14,7 @@ const (
|
||||
|
||||
type Message struct {
|
||||
client *client
|
||||
msg []byte
|
||||
msg packets.ControlPacket
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user