Search found 6 matches

by Dilbertian
11 May 2012, 11:20
Forum: Job offers and requests
Topic: [PAID] Sfs2X Java Server Consulting Help Needed
Replies: 3
Views: 8096

Re: [PAID] Sfs2X Java Server Consulting Help Needed

PM sent.

This task has been fulfilled.
by Dilbertian
01 Nov 2011, 20:30
Forum: Job offers and requests
Topic: [PAID] Sfs2X Java Server Consulting Help Needed
Replies: 3
Views: 8096

[PAID] Sfs2X Java Server Consulting Help Needed

Update: This task has been fulfilled. We are creating a Unity3D multiuser game and are looking for a SmartFoxServer 2x Developer to consult with on the following items: - Authoritative Server custom extension implementation. - helper class - scheduled tasks/events - creating and managing list of ro...
by Dilbertian
01 Nov 2011, 18:04
Forum: SFS2X C# API
Topic: :::NEW::: API Update
Replies: 14
Views: 21333

Thomas, Thanks for the reply, we had been experiencing OnExtensionResponse events getting dropped when our return data contained approximately 500-600 array elements. For example we have a MySQL return data set which consisted of a table with 50 columns of mostly INTS and after about 10 rows within ...
by Dilbertian
01 Nov 2011, 07:12
Forum: SFS2X C# API
Topic: :::NEW::: API Update
Replies: 14
Views: 21333

new DLL

Does this also fix the previous memory errors with the SFSArray's? We have been experiencing significant issues sending data from the Java server class using putSFSArray() when our array element was in the 500+ element size range and were forced to implement a temporary work around having to chunk u...
by Dilbertian
14 Sep 2011, 11:22
Forum: SFS2X C# API
Topic: Sending/receiving classes
Replies: 18
Views: 56335

Serialization Attempt

I understand that the namespaces have to match but am still trying to figure out what the rules are. For example, in my Unity project, I have a folder _MyCode and have created a sub-folder under that called Serialization, where I have placed this C# class which should be namespace "_MyCode.Seri...
by Dilbertian
13 Sep 2010, 01:01
Forum: .Net / Unity3D API
Topic: Need help with using ExtensionResponse
Replies: 1
Views: 4918

Need help with using ExtensionResponse

Currently I have taken the SFSIslandDemo LoginGUI (C#) and modified it to add the following line: SFSEvent.onExtensionResponse += OnExtensionResponse; Where OnExtensionResponse is as follows: public void OnExtensionResponse(object data, string type) { string dataString=(string)data; Debug.Log("...

Go to advanced search