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 {
broadcast chan *broadcastMessage
exit chan struct{}
clients rwmap.RWMap[string, *clients]
id string
clients rwmap.RWMap[string, *clients]
wg sync.WaitGroup
once utils.Once
closed uint32

Loading…
Cancel
Save