mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
new: new wifi.ap module
This commit is contained in:
parent
8444a783a1
commit
77f8e070bc
7 changed files with 518 additions and 451 deletions
|
@ -85,8 +85,6 @@ func (p *EventPool) Add(tag string, data interface{}) {
|
|||
for _, l := range p.listeners {
|
||||
select {
|
||||
case l <- e:
|
||||
default:
|
||||
fmt.Fprintf(os.Stderr, "Message not sent!\n")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue