Search found 4 matches

by woshishuier
Tue Jul 28, 2020 1:40 am
Forum: Support - RCF
Topic: How to judge if a call is asynchronous call on the server side?
Replies: 1
Views: 11340

How to judge if a call is asynchronous call on the server side?

I want the server side to process synchronous calls and asynchronous calls differently, and how can I know? Thank you.
by woshishuier
Mon Oct 14, 2019 1:47 am
Forum: Support - RCF
Topic: Subscription disconnect callback not called
Replies: 0
Views: 13390

Subscription disconnect callback not called

Hi Jarl,
If I disconnect the network between the subscriber and publisher, restart the publisher immediately, and recover the network, it has a certain possibility that subscription disconnect callback wiil not be called. What is wrong?
by woshishuier
Tue Mar 19, 2019 1:23 pm
Forum: Support - RCF
Topic: Subscribe/Publish filter is needed
Replies: 1
Views: 9070

Subscribe/Publish filter is needed

For example, some subscribers care about topic A in some conditions, and other subscribes care about topic A in other conditions. So is there anything like subTopic or filter to decide which subscribers to publish to ? Thank you!
by woshishuier
Sat Jan 12, 2019 8:51 am
Forum: Support - RCF
Topic: separate threadPool for some service
Replies: 1
Views: 8111

separate threadPool for some service

Is it possible to set separate threadPool for some service ? because some service is designed to have high priority,I want to ensure that it's not influenced by other tasks。any idea? is it easy to modify the source to make it?