make sure that 3000 is the client port
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ func main() {
|
|||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
localAddr, err := net.ResolveUDPAddr("udp", "0.0.0.0:5001")
|
localAddr, err := net.ResolveUDPAddr("udp", "0.0.0.0:3000")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println("Error resolving address:", err)
|
fmt.Println("Error resolving address:", err)
|
||||||
panic(err)
|
panic(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user