Search found 6 matches

by NickNick
12 Aug 2017, 05:56
Forum: SFS2X Questions
Topic: Restart extension by REST
Replies: 2
Views: 4054

Re: Restart extension by REST

Thank you. Didn't wanna risk with auto-reload, so it was the last option. If someone will ever have same question: I've somehow missed the obvious way "SmartFoxServer.getInstance().getExtensionManager().reloadExtension(zone.getExtension())". So just need to add HTTP endpoint with this call...
by NickNick
11 Aug 2017, 07:02
Forum: SFS2X Questions
Topic: Restart extension by REST
Replies: 2
Views: 4054

Restart extension by REST

My Smartfox installation is planned to host multiple zones, each zone dedicated to corresponding application. Now I'm trying to create deploy scripts for each extension, avoiding unnecessary details, it will be like "Take this jar and copy it to its folder in Smartfox, copy zone settings, nice,...
by NickNick
14 Jul 2017, 08:41
Forum: SFS2X Questions
Topic: SetUserVariablesRequest never comes to server
Replies: 8
Views: 7848

Re: SetUserVariablesRequest never comes to server

Ok, thank you, that really helped and explained everything. Pleas consider adding information about required interface in GetClass documentation http://docs2x.smartfoxserver.com/api-docs/csharp-doc/html/a5b96a70-fd94-c101-f0fc-0d528d57b3d9.htm , since I've just followed that example and it was kinda...
by NickNick
14 Jul 2017, 06:26
Forum: SFS2X Questions
Topic: SetUserVariablesRequest never comes to server
Replies: 8
Views: 7848

Re: SetUserVariablesRequest never comes to server

Ok, I've found the actual reason. private void OnJoinLobby(BaseEvent evt) { State = ClientState.JoinedLobby; DefaultSFSDataSerializer.RunningAssembly = Assembly.GetExecutingAssembly(); var userSettings = new SFSObject(); userSettings.PutInt("1", 123); userSettings.PutInt("2", 123...
by NickNick
13 Jul 2017, 13:59
Forum: SFS2X Questions
Topic: SetUserVariablesRequest never comes to server
Replies: 8
Views: 7848

Re: SetUserVariablesRequest never comes to server

Thank you for the reply. I'm using simple standalone server, so log mean console log? No errors there, and no error in any file in logs folder either. 14:32:38,726 INFO [main] v3.SessionFilter - BlueBox-2X Service (3.1.0) READY. 14:32:42,923 INFO [SocketReader] sessions.DefaultSessionManager - Sessi...
by NickNick
13 Jul 2017, 09:42
Forum: SFS2X Questions
Topic: SetUserVariablesRequest never comes to server
Replies: 8
Views: 7848

SetUserVariablesRequest never comes to server

Using Unity client. I'm trying to add some info about users in the room in the simplest possible way - with user variables (don't even really need to change it afterwards). First of all, login extension is configured and working, so users get Standard profile ID (checked in admin tool). Now I'm tryi...

Go to advanced search