fix blocking routine

This commit is contained in:
octeep
2022-03-11 11:44:39 +00:00
parent be9b1c005b
commit b658310219

View File

@@ -347,6 +347,8 @@ func main() {
}
for _, netRoutine := range routines {
netRoutine(tnet)
go netRoutine(tnet)
}
select{} // sleep etnerally
}