mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 04:50:29 +00:00
Multithread the admin socket
This commit is contained in:
parent
6b02b72fe7
commit
8ec4c66f65
@ -395,7 +395,7 @@ func (a *admin) listen() {
|
||||
for {
|
||||
conn, err := a.listener.Accept()
|
||||
if err == nil {
|
||||
a.handleRequest(conn)
|
||||
go a.handleRequest(conn)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user