Search found 4 matches
- Wed Apr 10, 2019 1:22 am
- Forum: Support - RCF
- Topic: Subscribe/Publish problem
- Replies: 5
- Views: 50618
Re: Subscribe/Publish problem
got it , thx for your job
- Tue Apr 09, 2019 10:03 am
- Forum: Support - RCF
- Topic: Subscribe/Publish problem
- Replies: 5
- Views: 50618
Re: Subscribe/Publish problem
thanks and ..
Can I add many topic to one subscription?
because createSubscription() will make a new connection to the sever, i don't want a lot connection.
and...
Sorry for my English, it comes from google translation. . .
Can I add many topic to one subscription?
because createSubscription() will make a new connection to the sever, i don't want a lot connection.
and...
Sorry for my English, it comes from google translation. . .

- Fri Apr 05, 2019 9:22 am
- Forum: Support - RCF
- Topic: Subscribe/Publish problem
- Replies: 5
- Views: 50618
Re: Subscribe/Publish problem
any body here???




- Sun Mar 31, 2019 12:00 pm
- Forum: Support - RCF
- Topic: Subscribe/Publish problem
- Replies: 5
- Views: 50618
Subscribe/Publish problem
code segment RCF::RcfInit rcfinit; RCF::RcfServer server(RCF::TcpEndpoint(50001)); server.start(); typedef std::shared_ptr< RCF::Publisher<I_SOMEINTERFACE> > PublisherPtr; RCF::PublisherParms pubParms; pubParms.setOnSubscriberConnect(OnConnectCallback); pubParms.setOnSubscriberDisconnect(OnDisConnec...