Search found 4 matches

by jack90
26 Jul 2016, 12:07
Forum: SFS2X Questions
Topic: IPv6 support
Replies: 77
Views: 1311204

Re: IPv6 support

When I connect to local, I use case Test 2 & I see same problem.

Thanks
by jack90
26 Jul 2016, 06:27
Forum: SFS2X Questions
Topic: IPv6 support
Replies: 77
Views: 1311204

Re: IPv6 support

My code: SFSConnection::SFSConnection() { mSmartFox = boost::shared_ptr<Sfs2X::SmartFox>(); } boost::shared_ptr<Sfs2X::SmartFox> SFSConnection::mSmartFox = NULL; void SFSConnection::initServer( ) { CCLOG("Smartfox: Init Server"); if(mSmartFox) { mSmartFox->RemoveAllEventListeners(); //dele...
by jack90
25 Jul 2016, 14:46
Forum: SFS2X Questions
Topic: IPv6 support
Replies: 77
Views: 1311204

Re: IPv6 support

Yeah,
I just check log...
- But I use C++ API 1.6.4, client cannot login to server.


I saw client can connect to server, but cannot login.

Where my problem in my client or my server?
by jack90
25 Jul 2016, 14:09
Forum: SFS2X Questions
Topic: IPv6 support
Replies: 77
Views: 1311204

Re: IPv6 support

Hi,
In case test #3 above.

Client call to server's IPv4, I have 2 cases:

- I use Objective-C API 1.6.2, client login to server OK.
- But I use C++ API 1.6.4, client cannot login to server.

One was similar, please let me comments!

Thanks.

Go to advanced search