Fix in client the close event

This commit is contained in:
Zoltán Papp
2024-05-26 22:14:33 +02:00
parent 36b2cd16cc
commit 173ca25dac
12 changed files with 257 additions and 54 deletions

View File

@@ -23,4 +23,6 @@ func main() {
log.Errorf("failed to bind server: %s", err)
os.Exit(1)
}
select {}
}