CapAdv

Results 6 comments of CapAdv

Thx. I will try the async approach. Sent from my Samsung Galaxy smartphone. -------- Original message --------From: Elad Zelingher Date: 11/02/2019 13:52 (GMT+01:00) To: Code-Sharp/WampSharp Cc: CapAdv , Author Subject:...

Hi Steven/darkl. Thanks for the responses, very helpful. I have switched the callee rpc functions to async/await and that does allow the function calls to execute on separate threads, as...

I took some time to implement the suggestions of @StevenBonePgh to make both caller and callees async (i think its correct??), so there was no noticeable blocking any more. That...

Hi @Jopie64 . Thanks. Certainly looks like wamp doesnt mulitplex the payload, my large payload example was a test case, but I guess many smaller payloads would also eventually cause...

Hi @darkl. Ok but what is a 'client' exactly ? If I run 2 console applications from a workstation, do I have 2 clients (the apps) or 1 (the machine/network...

Hi @darkl . Yes, the caller wasn't async. I updated it according to your changes and have tested the long/short combination that you mentioned (on 2 separate caller processes so...