Search found 4 matches

by usernobody
Wed Apr 10, 2019 1:22 am
Forum: Support - RCF
Topic: Subscribe/Publish problem
Replies: 5
Views: 14496

Re: Subscribe/Publish problem

got it , thx for your job
by usernobody
Tue Apr 09, 2019 10:03 am
Forum: Support - RCF
Topic: Subscribe/Publish problem
Replies: 5
Views: 14496

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. . . :lol:
by usernobody
Fri Apr 05, 2019 9:22 am
Forum: Support - RCF
Topic: Subscribe/Publish problem
Replies: 5
Views: 14496

Re: Subscribe/Publish problem

any body here??? :cry: :cry: :cry:
by usernobody
Sun Mar 31, 2019 12:00 pm
Forum: Support - RCF
Topic: Subscribe/Publish problem
Replies: 5
Views: 14496

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...