chore: byte alignment

pull/254/head v0.7.8
zijiren233 4 months ago
parent 378db0cd1c
commit e09b656661

@ -22,8 +22,8 @@ type clients struct {
type Hub struct { type Hub struct {
broadcast chan *broadcastMessage broadcast chan *broadcastMessage
exit chan struct{} exit chan struct{}
clients rwmap.RWMap[string, *clients]
id string id string
clients rwmap.RWMap[string, *clients]
wg sync.WaitGroup wg sync.WaitGroup
once utils.Once once utils.Once
closed uint32 closed uint32

Loading…
Cancel
Save