Search found 12 matches

by CanOncel
21 Oct 2016, 06:15
Forum: SmartFoxServer 1.x Discussions and Help
Topic: when users pull the plug
Replies: 19
Views: 41219

Re: Re:

Is there any way to handle disconnection for Unity or AS3? Hi, your question is too vague, sorry. What does it mean "handling disconnections"? In which way you want to handle a disconnection? There's a client side event for that. Unless you're asking for how to reconnect after a connectio...
by CanOncel
20 Oct 2016, 12:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: when users pull the plug
Replies: 19
Views: 41219

Re:

That's what we call "sloppy disconnections" :) And they can happen more often than you can imagine. The example you provided is just one of those cases. If you want to do a better experiment try this: - start the server on one machine - launch a client on another machine and establish a c...
by CanOncel
26 Jul 2016, 06:20
Forum: SFS2X ActionScript 3 API
Topic: Number to Long
Replies: 10
Views: 32385

Re: Number to Long

Hello Lapo, Still, problem continues. Let me define the problem again: Client side(AS3) can send message to server side(Java), but could not take any message from server side, even onExtensionResponse in client side was not triggered. So, first of all, I was thinking this is serialization problem bu...
by CanOncel
25 Jul 2016, 10:45
Forum: SFS2X Questions
Topic: IPv6 support
Replies: 77
Views: 1556303

Re: IPv6 support

Given that you don't need to change your server (as described in test #3 above), there's nothing you can do to make your server compatible. All the infrastructure must be IPv6 compatible, so it is something that has to be done by the service provider. In any case I still think you should not worry ...
by CanOncel
25 Jul 2016, 09:02
Forum: SFS2X Questions
Topic: IPv6 support
Replies: 77
Views: 1556303

Re: IPv6 support

Actually Test 3 above is your scenario, and we could connect successfully. So I don't think it will be an issue for the time being. Yes, I checked the all 3 examples above and it is completely my scenario, but I just want to know and am looking for there is a way to make my server compatible with I...
by CanOncel
25 Jul 2016, 08:24
Forum: SFS2X Questions
Topic: IPv6 support
Replies: 77
Views: 1556303

Re: IPv6 support

Thanks for answer.

I am just curious, if I should move another service, everybody should move, so it makes amazon servers completely useless and no one who makes Apple apps will use amazon servers until they support IPv6. Do you agree with it?

Thanks.
by CanOncel
25 Jul 2016, 07:22
Forum: SFS2X Questions
Topic: IPv6 support
Replies: 77
Views: 1556303

Re: IPv6 support

Hello everybody, As you said, Apple rejects applications which does not use IPv6. My applications is one of those :). My question is that I use Amazon servers on Singapore and they do not support IPv6 yet, then I don't know what I should do now. I hope you have some suggestions for who uses sfs2x li...
by CanOncel
25 Jul 2016, 07:07
Forum: SFS2X ActionScript 3 API
Topic: Number to Long
Replies: 10
Views: 32385

Re: Number to Long

Hello Lapo,

Thanks for advice. Still, I could not solve my main problem yet, but I had to postpone the problem because of some reasons, so when I come back to AS3, I will let you know the problem's process.

Thanks.
by CanOncel
22 Jul 2016, 06:16
Forum: SFS2X ActionScript 3 API
Topic: Number to Long
Replies: 10
Views: 32385

Re: Number to Long

Hello Lapo, If we set the main problem aside, I want to ask you what is the related class of Java's Arraylist in AS3 other than Array? If we send ArrayList from Java server side, how can we handle the ArrayList in AS3 client side? In other words, what do you suggest me? To get to the main point, I'm...
by CanOncel
21 Jul 2016, 14:06
Forum: SFS2X ActionScript 3 API
Topic: Number to Long
Replies: 10
Views: 32385

Re: Number to Long

Hello Lapo, Thanks for helps. Under the light of the information, we thought that problem derives from serialization: Even we tried messaging with serialized classes have not any Number variables(so there is no long-double-float-int), however, still, client side(AS3) can send message, but could not ...
by CanOncel
20 Jul 2016, 13:56
Forum: SFS2X ActionScript 3 API
Topic: Number to Long
Replies: 10
Views: 32385

Re: Number to Long

Hello Lapo, Thanks for answer. Don't worry about the duplicated post :) Let me show you the codes. PlayerInfo.java import com.smartfoxserver.v2.db.IDBManager; import com.smartfoxserver.v2.entities.User; import com.smartfoxserver.v2.entities.data.ISFSArray; import com.smartfoxserver.v2.entities.data....
by CanOncel
20 Jul 2016, 11:43
Forum: SFS2X ActionScript 3 API
Topic: Number to Long
Replies: 10
Views: 32385

Number to Long

Hello everybody, I do not know the forum rules well, so this topic may be duplicated one. Anyway, I'm working on a server(Java)-client(AS3) messaging system. In the system, there is same named variables on both side that the one on client side is defined as Number, other one is defined as long. Ther...

Go to advanced search