Server test
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user