Search found 4 matches

by Eqric
13 Jan 2013, 17:41
Forum: SFS2X C# API
Topic: Strange bandwidth problem, UDP and TCP
Replies: 3
Views: 10465

Re: Strange bandwidth problem, UDP and TCP

Hi Thomas! Thanks for the reply, it seems that it was a bug of some kind, the data sent using UDP changed from 50kb/s to 5kb/s when i upgraded the server to 2.5.0 from 2.0.1 :)
by Eqric
10 Jan 2013, 23:30
Forum: SFS2X C# API
Topic: Strange bandwidth problem, UDP and TCP
Replies: 3
Views: 10465

Strange bandwidth problem, UDP and TCP

Hi, i am running this code // Update is called once per frame void FixedUpdate () { sfs.ProcessEvents(); UpdatePlayerPosition(); } void UpdatePlayerPosition(){ posX = transform.position.x; posY = transform.position.y; posZ = transform.position.z; SFSObject sendData = new SFSObject(); sendData.PutDou...
by Eqric
30 Aug 2012, 07:45
Forum: SFS2X Questions
Topic: how does this database_id works?
Replies: 2
Views: 4447

Re: how does this database_id works?

Oh now i get it. Seems kinda a obvious now when you explain it :) Thanks alot mate, i really appreciate it!
by Eqric
29 Aug 2012, 15:52
Forum: SFS2X Questions
Topic: how does this database_id works?
Replies: 2
Views: 4447

how does this database_id works?

Hi, i have been learning about how to connect the sfs to a database. I followed along a tutorial and came up with this. ( I have removed some unnecessary code for this example) public class DatabaseExtension extends SFSExtension { public static final String DATABASE_ID = "dbID"; @Override ...

Go to advanced search