Search found 8 matches
- Sun Feb 18, 2018 6:49 pm
- Forum: Support - RCFProto
- Topic: The server has reached its incoming connection limit Error
- Replies: 1
- Views: 26402
Re: The server has reached its incoming connection limit Error
What is the support level on RCFProto now? I have seen many queries unanswered for long time.
- Fri Jan 12, 2018 6:48 pm
- Forum: Support - RCFProto
- Topic: The server has reached its incoming connection limit Error
- Replies: 1
- Views: 26402
The server has reached its incoming connection limit Error
We have client with multiple threads. To reuse TCP connection, each thread on the client opens a new RcfProtoChannel and uses that to create a service stub. After that large number of synchronous requests are executed from each of the client thread. We have observed that many time "The server has re...
- Sun Mar 26, 2017 2:06 pm
- Forum: Support - RCFProto
- Topic: Client-side message length error
- Replies: 5
- Views: 24211
Re: Client-side message length error
I am also facing the same issue. Any way to resolve it?
Regards
-Sanjeev
Regards
-Sanjeev
- Thu Mar 02, 2017 8:48 pm
- Forum: Support - RCFProto
- Topic: Compatibily with protobuf version 2.5 and 3.0
- Replies: 2
- Views: 16374
Re: Compatibily with protobuf version 2.5 and 3.0
Any updates?
- Thu Feb 23, 2017 6:59 pm
- Forum: Support - RCFProto
- Topic: Compatibily with protobuf version 2.5 and 3.0
- Replies: 2
- Views: 16374
Compatibily with protobuf version 2.5 and 3.0
Hello,
Is the RCFProto 1.2.0.0 compatible with the latest protobuf version 2.5 and 3.0?
Thanks
-Sanjeev
Is the RCFProto 1.2.0.0 compatible with the latest protobuf version 2.5 and 3.0?
Thanks
-Sanjeev
- Wed Feb 22, 2017 7:01 pm
- Forum: Support - RCFProto
- Topic: Async RCFProto Example
- Replies: 3
- Views: 18852
Re: Async RCFProto Example
We tried this,but it threw unhandled exception.
- Mon Feb 20, 2017 3:25 pm
- Forum: Support - RCFProto
- Topic: Async RCFProto Example
- Replies: 3
- Views: 18852
- Fri Feb 17, 2017 5:45 pm
- Forum: Support - RCFProto
- Topic: Async RCFProto Example
- Replies: 3
- Views: 18852
Async RCFProto Example
Hi, We are trying to implemented RCFProto Server with Async clients. Currently help document has only client specific implementation. What changes are required on the server side to implement an async client calling. Also how can the server preserver callback handle of a client so that it can be cal...