Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider b6131896 rédigé par Pol Lamothe's avatar Pol Lamothe
Parcourir les fichiers

Correction d'un bug avec les portails

parent 71a29a2c
Branches
Étiquettes
1 requête de fusion!13Branch pol
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
func ConnectAsServer() { func ConnectAsServer() {
// Listen for incoming connections // Listen for incoming connections
listener, err := net.Listen("tcp", "localhost:"+configuration.Global.ServerPort) listener, err := net.Listen("tcp", ":"+configuration.Global.ServerPort)
if err != nil { if err != nil {
fmt.Println("Error:", err) fmt.Println("Error:", err)
return return
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter