mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2024-12-21 23:47:31 +00:00
Merge pull request #265 from neilalexander/threadedadmin
Multithread the admin socket
This commit is contained in:
commit
c2468b4246
@ -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…
x
Reference in New Issue
Block a user