Search found 6 matches

by evfaca
16 Apr 2020, 16:11
Forum: SFS2X C# API
Topic: InitCrypto Intermittently Fails
Replies: 13
Views: 14550

Re: InitCrypto Intermittently Fails

After coordinating with Lapo via PM, this problem has been solved. Ultimately the issue was I was using the IP of the server to connect rather than the hostname.
by evfaca
12 Apr 2020, 16:36
Forum: SFS2X C# API
Topic: InitCrypto Intermittently Fails
Replies: 13
Views: 14550

Re: InitCrypto Intermittently Fails

Send you a PM @Lapo
by evfaca
10 Apr 2020, 14:32
Forum: SFS2X C# API
Topic: InitCrypto Intermittently Fails
Replies: 13
Views: 14550

Re: InitCrypto Intermittently Fails

@Bax - I printed every key I get from evt success : False errorMessage : An error occurred while sending the request There isn't an errorMsg being returned Debug Code: foreach (KeyValuePair<string, object> par in evt.Params) { Debug.Log("Param : " + par.Key + " : " + par.Value); ...
by evfaca
10 Apr 2020, 14:14
Forum: SFS2X C# API
Topic: InitCrypto Intermittently Fails
Replies: 13
Views: 14550

Re: InitCrypto Intermittently Fails

@Lapo - I've double checked the full login pipeline, it looks like another engineer stuck a long awaitable in the callback chain, relocating that awaitable reduced the crypto callback to be the same 1s as the normal login call, sorry about that. The build version and the editor version have the same...
by evfaca
09 Apr 2020, 15:59
Forum: SFS2X C# API
Topic: InitCrypto Intermittently Fails
Replies: 13
Views: 14550

Re: InitCrypto Intermittently Fails

Using SFS2X 2.14.0 Client side is C# using Unity, the client side is the side that fails. I'm not certain where to find the client API version, there isn't anything in the readme files in the package downloaded from the SFS website, however the client side files were downloaded in Jan 2020. Client s...
by evfaca
09 Apr 2020, 14:27
Forum: SFS2X C# API
Topic: InitCrypto Intermittently Fails
Replies: 13
Views: 14550

InitCrypto Intermittently Fails

I've been using SFS2X for a couple months in development, and while testing we weren't using SSL. Now that we are starting to get ready for deployment we set up SSL certs for the server and related websites. Initially after installing the cert to the SFS2X installation InitCrypto connections appeare...

Go to advanced search