This commit is contained in:
SpringHgui 2020-04-08 19:26:43 +08:00
parent 310519a28a
commit a811caca59

View File

@ -180,7 +180,7 @@ namespace SuiDao.Client
try
{
_client = new Connecter("127.0.0.1", 2271);
_client = new Connecter(server.ip, server.bind_port);
_client.Connect();
}
catch (Exception ex)