Search found 7 matches

by Dzxyan
24 May 2016, 09:00
Forum: SFS2X C# API
Topic: Is it possible multiple host for configData?
Replies: 1
Views: 5091

Is it possible multiple host for configData?

Is it possible multiple host for configData?
such like

Code: Select all

ConfigData.Host = “127.0.0.1”;
ConfigData.Port = 9933;
ConfigData.Zone = “Example”;
ConfigData.HttpsPort = 9933;
ConfigData.HttpPort = 8080;
want httpsPort and httpPort using different host.
by Dzxyan
19 May 2016, 05:48
Forum: SFS2X C# API
Topic: How check lag value when internet down
Replies: 1
Views: 5246

How check lag value when internet down

I can check lag value when smartfox connect with lag value 80 ~ 300,
but when my internet connection down, that value will not have anymore,
how to check lag value if suddenly connection down?

And how define what value of lag value is belonging as good / bad connection?
by Dzxyan
13 May 2016, 05:36
Forum: SFS2X C# API
Topic: [SFS - ERROR] [TCPSocketLayer] Connection closed by the remote side
Replies: 13
Views: 20553

Re: [SFS - ERROR] [TCPSocketLayer] Connection closed by the remote side

I have a problem for my editor,
every time stop my editor will freeze my editor
i follow what new advanced connection that you share to me,
and for windows standalone crash when quit application problem can't fixed?
by Dzxyan
12 May 2016, 11:51
Forum: SFS2X C# API
Topic: [SFS - ERROR] [TCPSocketLayer] Connection closed by the remote side
Replies: 13
Views: 20553

Re: [SFS - ERROR] [TCPSocketLayer] Connection closed by the remote side

public void Connect()
{
ConfigData cfg = SmartFoxConnectionSettings.Cfg;
_sfs.Connect(cfg);
}

//----------------------------------------------------------
// Handle connection response from server
//----------------------------------------------------------
public void OnConnection ...
by Dzxyan
12 May 2016, 03:16
Forum: SFS2X C# API
Topic: [SFS - ERROR] [TCPSocketLayer] Connection closed by the remote side
Replies: 13
Views: 20553

Re: [SFS - ERROR] [TCPSocketLayer] Connection closed by the remote side

one of my client have connection successful
but when client request StartCoroutine(_sfs.InitCrypto());
server return [SFS - ERROR] [TCPSocketLayer] Connection closed by the remote side
by Dzxyan
11 May 2016, 09:28
Forum: SFS2X C# API
Topic: [SFS - ERROR] [TCPSocketLayer] Connection closed by the remote side
Replies: 13
Views: 20553

[SFS - ERROR] [TCPSocketLayer] Connection closed by the remote side

One of my client receive [SFS - ERROR] [TCPSocketLayer] Connection closed by the remote side
when he try connect to zone,
most of my clients didn't have such issue,
anyone can help me?