Open supermihi opened 7 years ago
Hi Michael,
I agree this is a feature we'd like to have in WampSharp.
However, for now, I don't want to design such a feature, since I don't have much time to investigate in this.
I suggest you to wrap the callee proxies returned by WampSharp by yourself using an interception framework such as Castle. This could be done externally, without modifying WampSharp.
Elad
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