stop connection if we are already connected

This commit is contained in:
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 09:12:03 +02:00
parent 92bc795aff
commit e1ea49bf71
2 changed files with 37 additions and 5 deletions

View File

@@ -92,5 +92,10 @@ namespace PolyChat.Models
{
return Connected;
}
public string getIP()
{
return IP;
}
}
}