Search found 118 matches

by ekrem5353
06 Apr 2019, 16:06
Forum: SFS2X Questions
Topic: Diconnection Because of Idle
Replies: 3
Views: 5556

Re: Diconnection Because of Idle

This does not happen at busy times. usually smartfox uses 2% of cpu little ram I do not think this is resource related. we keep logs at mysql db. We write user counts at every minute. total user count changes around 10 to 30 in every minute. This is when everything is normal. But sometimes ones in a...
by ekrem5353
05 Mar 2019, 08:53
Forum: SFS2X Questions
Topic: Diconnection Because of Idle
Replies: 3
Views: 5556

Diconnection Because of Idle

Hi, We have 6 games ( all board games ). all on the same SmartFox 2.13.4 instance. Six zones. In all our games clients continuously sends test extensions in order to not become idle. We have been getting this complaint since for ever but we were saying internet is bad. In our zones Overriden user ma...
by ekrem5353
12 Feb 2019, 12:32
Forum: SFS2X Questions
Topic: Too many request protection
Replies: 1
Views: 3277

Too many request protection

Hi,

Is tere a protection against sending too many extension request? Can we activate someting so users can not send more than thousand request in a minute? So users with bad intensions would not flood server.

Thanks
by ekrem5353
07 Feb 2019, 08:34
Forum: SFS2X Questions
Topic: Weird disconnection at javascript clients
Replies: 1
Views: 3371

Weird disconnection at javascript clients

Hi, We are writing javascript client to our latest game.We already have android and ios clients. When we were testing the game with four users at live server ( with javascript clients) three of users got disconnected. based on this logs what might have caused it 07 Feb 2019 | 11:16:42,227 | INFO | q...
by ekrem5353
26 Nov 2018, 10:50
Forum: SFS2X Questions
Topic: Users getting disconnected huge amount
Replies: 8
Views: 8914

Re: Users getting disconnected huge amount

Hi, I wanted to make a singleton Firebase class so I put it under SmartFoxServer_2X\SFS2X\extensions\__lib__ named it FireBaseMessage.jar so I can call it from all zones. But I see it creates lots of threads Class has this method public ApiFuture<String> sendPushNotification(String topic, String tit...
by ekrem5353
26 Nov 2018, 07:45
Forum: SFS2X Questions
Topic: java version
Replies: 2
Views: 4184

java version

Hi,

SmartFox 13.3 is running on java 8 can we move to java 11

Thanks
by ekrem5353
26 Nov 2018, 06:42
Forum: SFS2X Questions
Topic: Log4j time zone
Replies: 1
Views: 3292

Log4j time zone

Hi,

Smartfox logs are one hour behind how do I fix it?

Thanks
by ekrem5353
26 Nov 2018, 06:35
Forum: SFS2X Questions
Topic: Users getting disconnected huge amount
Replies: 8
Views: 8914

Re: Users getting disconnected huge amount

Yes, I get complaints that they get disconnected unexpectedly. Sometimes it happens to me too out of nowhere I get disconnected. At disconnection server event I write trace ClientDisconnectionReason reason =(ClientDisconnectionReason) params.getParameter(SFSEventParam.DISCONNECTION_REASON); trace(&q...
by ekrem5353
15 Nov 2018, 13:56
Forum: SFS2X Questions
Topic: Users getting disconnected huge amount
Replies: 8
Views: 8914

Re: Users getting disconnected huge amount

between 21:57:24 and 21:58:03 639 disconnection happened at this rate more than 50.000 disconnection should be happening but whole hour 7.871 user got disconnected. Business owners are following user count every day of the minutes and seconds. When user count drops more than 500 this fast, something...
by ekrem5353
15 Nov 2018, 08:11
Forum: SFS2X Questions
Topic: Users getting disconnected huge amount
Replies: 8
Views: 8914

Re: Users getting disconnected huge amount

And this is the network picture when there is no problem.


https://ibb.co/hir2QL

Thanks
by ekrem5353
15 Nov 2018, 07:43
Forum: SFS2X Questions
Topic: Users getting disconnected huge amount
Replies: 8
Views: 8914

Users getting disconnected huge amount

Hi, Last couple of days I am having problems with users getting disconnected. I can not find the problem I look at the logs all I see by the time this happens 14 Nov 2018 | 21:57:30,027 | INFO | pool-1-thread-3 | bitswarm.sessions.DefaultSessionManager | | Session removed: { Id: 341555, Type: DEFAUL...
by ekrem5353
16 Oct 2018, 07:41
Forum: SFS2X Questions
Topic: Problems Moving to SmartFox 2.13.3
Replies: 3
Views: 4469

Re: Problems Moving to SmartFox 2.13.3

One other problem. We are rewriting games with html5 and javascript and we decided to write and test them with new server SmartFox 2.13 In the game room when room variables or user variables changes only javascript client drops. gets disconnected.
by ekrem5353
16 Oct 2018, 07:37
Forum: SFS2X Questions
Topic: Synchronization problem
Replies: 14
Views: 13356

Re: Synchronization problem

I tried many different ways to fix this problems before. I checked if the game room is in the zone. I got room list and search through it and create it if it doesn't exist. I dont have this problem wiht Smartfox 2.11
by ekrem5353
16 Oct 2018, 07:34
Forum: SFS2X Questions
Topic: Synchronization problem
Replies: 14
Views: 13356

Re: Synchronization problem

public class RoomRemovedEventHandler extends BaseServerEventHandler { private final String TAG = RoomRemovedEventHandler.class.getSimpleName() + " ///=> "; @Override public void handleServerEvent(ISFSEvent event) throws SFSException { Room room = (Room) event.getParameter(SFSEventParam.RO...
by ekrem5353
16 Oct 2018, 07:28
Forum: SFS2X Questions
Topic: Synchronization problem
Replies: 14
Views: 13356

Re: Synchronization problem

public class ZoneExtension extends SFSExtension { @Override public void init() { Set<String> room_names_set = new HashSet<String>(); Set<String> sys_room_names = Collections.synchronizedSet(room_names_set); ********************************************************************************************...

Go to advanced search