Search found 4 matches

by ArturAG
11 May 2017, 08:11
Forum: Server Side Extension Development
Topic: Connect server extension as client to another server
Replies: 7
Views: 8657

Re: Connect server extension as client to another server

The issue seems to be fixed on SmartFoxServer 2.13.0 (because 2.13 does not have any Netty in its lib folder).
Thank you! :D
by ArturAG
19 Apr 2017, 05:55
Forum: Server Side Extension Development
Topic: Connect server extension as client to another server
Replies: 7
Views: 8657

Re: Connect server extension as client to another server

I tried it just now, but unfortunately it didn't work... :(

If it matters, I'm connecting the client inside an ISFSEventListener associated with the SERVER_READY event. I imagine this would already run inside the extension's own classloader, right?
by ArturAG
18 Apr 2017, 02:51
Forum: Server Side Extension Development
Topic: Connect server extension as client to another server
Replies: 7
Views: 8657

Re: Connect server extension as client to another server

Thank you for your reply! I tried including a SmartFox client in the Slave Server, and it works! These are the dependencies I put inside the __lib__ folder for the Java client: jdom.jar SFS2X_API_Java.jar However, there is an odd issue when connecting to the Master Server. After calling the SmartFox...
by ArturAG
13 Mar 2017, 03:39
Forum: Server Side Extension Development
Topic: Connect server extension as client to another server
Replies: 7
Views: 8657

Connect server extension as client to another server

Hello. I want to have two different SmartFox servers communicating with each other. Here's a diagram [Master server] <--> [Slave server] <--> [Slave clients] The way I thought about doing it was to have the [Slave server] act as a Client and connect itself to the [Master server]. I imagine this is p...

Go to advanced search