mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-07-03 09:37:47 +00:00
start migrating the router to an actor
This commit is contained in:
@ -165,7 +165,7 @@ func (sinfo *searchInfo) continueSearch() {
|
||||
}
|
||||
go func() {
|
||||
time.Sleep(search_RETRY_TIME)
|
||||
sinfo.core.router.admin <- retryLater
|
||||
sinfo.core.router.doAdmin(retryLater)
|
||||
}()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user