fix bug
This commit is contained in:
parent
8c2b78e30b
commit
7662ab4e08
@ -25,6 +25,7 @@ func NewManager(tun io.ReadWriter) *Manager {
|
||||
accept: make(chan *DataFrame, 1024),
|
||||
newConnection: make(chan *Connection),
|
||||
delConnection: make(chan *Connection),
|
||||
closed: make(chan bool),
|
||||
logger: DefaultLogger,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user