mirror of
https://github.com/soypat/lneto.git
synced 2026-08-21 06:59:04 +00:00
TCP listener seems to be working really well :)
This commit is contained in:
@@ -77,5 +77,7 @@ func (ps *StackPorts) Register(h StackNode) error {
|
||||
}
|
||||
|
||||
func (ps *StackPorts) handleResult(handlerIdx, n int, err error) {
|
||||
handleNodeError(&ps.handlers, handlerIdx, err)
|
||||
if handleNodeError(&ps.handlers, handlerIdx, err) {
|
||||
println("DISCARD", handlerIdx, "witherr", err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user