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 43b78014ca
commit 92939c8230
2 changed files with 36 additions and 5 deletions

View File

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