rename StartSimple

This commit is contained in:
2023-09-15 14:20:51 -07:00
parent ef19fa588f
commit 0677847105
11 changed files with 48 additions and 10 deletions

View File

@ -24,7 +24,7 @@ var (
func main() {
go broadcast()
err := conn.StartSimple(newUserHandler)
err := conn.StartSimpleTCP(newUserHandler)
if err != nil {
log.Fatalln(err)
}