fixed initial steam connection /2

This commit is contained in:
2022-03-01 21:24:46 +01:00
parent 126e96a4a9
commit 0d2a5ef084

View File

@@ -188,6 +188,7 @@ func (dml *DemoMatchLoader) Setup(config *DemoMatchLoaderConfig) error {
dml.parseMap = map[string]bool{}
dml.parseMapL = new(sync.RWMutex)
dml.cache = config.Cache
dml.connectFeedback = make(chan int, 10)
err := dml.dp.Setup(config.Db, config.Worker, config.SprayTimeout)
if err != nil {
return err