mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-07-07 02:14:06 +00:00
start migrating the router to an actor
This commit is contained in:
@ -134,7 +134,7 @@ func (c *Conn) doSearch() {
|
||||
sinfo.continueSearch()
|
||||
}
|
||||
}
|
||||
go func() { c.core.router.admin <- routerWork }()
|
||||
go c.core.router.doAdmin(routerWork)
|
||||
}
|
||||
|
||||
func (c *Conn) getDeadlineCancellation(value *atomic.Value) (util.Cancellation, bool) {
|
||||
|
Reference in New Issue
Block a user