Server test

This commit is contained in:
2024-10-10 10:52:35 +02:00
parent d035a9cff4
commit 353a104675
3 changed files with 215 additions and 2 deletions
+2 -2
View File
@@ -6,13 +6,13 @@ import (
"net"
"time"
pb "path/to/your/protobuf/package" // Change this to your actual protobuf package path
pb "gitea.boner.be/bdnugget/goonserver/actions"
"google.golang.org/protobuf/proto"
)
const (
port = ":5000" // Port to listen on
port = ":6969" // Port to listen on
tickRate = 600 * time.Millisecond
)