Search found 6 matches

by BigWCharly
Wed Sep 17, 2014 12:50 pm
Forum: Wish List
Topic: Documentation
Replies: 1
Views: 15434

Documentation

I really really really would appreciate more documentation!!!!!
Examples alone are not enough!
Thanks
by BigWCharly
Wed Sep 17, 2014 12:48 pm
Forum: Support - RCF
Topic: OnCallbackConnectionCreated destroys server session
Replies: 1
Views: 4392

OnCallbackConnectionCreated destroys server session

I'm trying to extend the "Identifying Clients" in the callback example http://www.deltavsoft.com/doc/rcf_user_guide/CallbackConn.html#rcf_user_guide.CallbackConn.identifying_clients My goal is to remove the RcfClient from the map when the client disconnects. So I tried adding sessionPtr->setOnDestro...
by BigWCharly
Mon Sep 15, 2014 10:52 am
Forum: Support - RCF
Topic: JSON-RPC and callbacks
Replies: 2
Views: 5065

Re: JSON-RPC and callbacks

Hi Jarl, thanks!
About the user guides, they helped a lot to get me started as they are example based, but it's terrible to reach to the details of RCF. Hence my question for a reference manual...
by BigWCharly
Mon Sep 15, 2014 10:48 am
Forum: Support - RCF
Topic: [RCF::CallbackConnection] When to destroy ClientPtr ?
Replies: 4
Views: 7301

Re: [RCF::CallbackConnection] When to destroy ClientPtr ?

Excellent, thanks! Is there a reference manual in which I can find an overview of all namespaces, classes, methods, ...? Edit: So I tried the following, but it does not work as expected. void OnCallbackConnectionCreated (RCF::RcfSessionPtr i_pSession, RCF::ClientTransportAutoPtr i_pClientTransport) ...
by BigWCharly
Tue Sep 02, 2014 9:14 am
Forum: Support - RCF
Topic: [RCF::CallbackConnection] When to destroy ClientPtr ?
Replies: 4
Views: 7301

Re: [RCF::CallbackConnection] When to destroy ClientPtr ?

But what if the client has closed the connection? Is there a way to receive a callback when that happens? Then in the callback method the objects and data associated with it can be cleared => in this case erasing the HelloWorldClientPtr from the map
by BigWCharly
Sat Aug 30, 2014 9:34 am
Forum: Support - RCF
Topic: JSON-RPC and callbacks
Replies: 2
Views: 5065

JSON-RPC and callbacks

Hi all In my application I have a server, one local client (C++ application) and one remote client (javascript). The best option I see is that the local client connects to the TCP endpoint and the remote client to the JSON-RPC endpoint (as in the JSON-RPC example). The interface of the server consis...