TCP listener seems to be working really well :)

This commit is contained in:
soypat
2025-06-11 19:38:19 -03:00
parent 63cf2e2669
commit 1fcdd9a7b3
4 changed files with 63 additions and 14 deletions
+3 -1
View File
@@ -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())
}
}