Open
Description
I am using WampSharp in the "Caller" role and would like to log the (individual and overall) time spent waiting for the callee to respond to my (async) calls to various WAMP procedures.
Now, I have quite a few remote procedure calls and would like to avoid having to include the timing / logging logic at every place where some ServiceProxy is used. Is there a more low-level way to tap request and response times, e.g. by injecting some interceptor interface in the right place?
Thanks,
Michael