Merge pull request #475 from Arceliar/misc

Misc
This commit is contained in:
Neil Alexander
2019-07-29 20:24:49 +01:00
committed by GitHub
7 changed files with 83 additions and 136 deletions

View File

@@ -230,7 +230,7 @@ func (c *Core) GetSessions() []Session {
skip = true
}
}()
sinfo.doWorker(workerFunc)
sinfo.doFunc(workerFunc)
}()
if skip {
continue