mirror of https://github.com/tidwall/evio.git
fix #11
This commit is contained in:
parent
81fe391381
commit
48141e04ce
|
@ -22,5 +22,5 @@ func (ln *listener) system() error {
|
|||
}
|
||||
|
||||
func serve(events Events, lns []*listener) error {
|
||||
return servestdlib(events, lns)
|
||||
return servenet(events, lns)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue