I really really really would appreciate more documentation!!!!!
Examples alone are not enough!
Thanks
Search found 6 matches
- Wed Sep 17, 2014 12:50 pm
- Forum: Wish List
- Topic: Documentation
- Replies: 1
- Views: 174538
- Wed Sep 17, 2014 12:48 pm
- Forum: Support - RCF
- Topic: OnCallbackConnectionCreated destroys server session
- Replies: 1
- Views: 11598
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...
- Mon Sep 15, 2014 10:52 am
- Forum: Support - RCF
- Topic: JSON-RPC and callbacks
- Replies: 2
- Views: 14870
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...
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...
- Mon Sep 15, 2014 10:48 am
- Forum: Support - RCF
- Topic: [RCF::CallbackConnection] When to destroy ClientPtr ?
- Replies: 4
- Views: 20692
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) ...
- Tue Sep 02, 2014 9:14 am
- Forum: Support - RCF
- Topic: [RCF::CallbackConnection] When to destroy ClientPtr ?
- Replies: 4
- Views: 20692
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
- Sat Aug 30, 2014 9:34 am
- Forum: Support - RCF
- Topic: JSON-RPC and callbacks
- Replies: 2
- Views: 14870
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...