mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-13 09:38:36 -07:00
pool: fixed synchronization/stopping of the pool
This commit is contained in:
committed by
Jimmy Zelinskie
parent
34428cf465
commit
114322ce10
@@ -48,6 +48,7 @@ func constructor(srvcfg *config.ServerConfig, tkr *tracker.Tracker) (server.Serv
|
||||
theStore = &Store{
|
||||
cfg: cfg,
|
||||
tkr: tkr,
|
||||
shutdown: make(chan struct{}),
|
||||
ClientStore: cs,
|
||||
PeerStore: ps,
|
||||
IPStore: ips,
|
||||
|
||||
Reference in New Issue
Block a user