Closed eugene-chehovskoy closed 8 years ago
Hi,
I've noticed that asynchronous interceptor (AsyncInterceptor) calls target method twice even if it doesn't have any implementation:
internal class LoggingInterceptor : AsyncInterceptor { }
Regular interceptor (IInterceptor) does't have this problem.
LightInject.Interception v1.2.1 has been published to NuGet
Can you confirm that this is working as expected now?
Yes, everything works fine. Thank you very much!
Hi,
I've noticed that asynchronous interceptor (AsyncInterceptor) calls target method twice even if it doesn't have any implementation:
Regular interceptor (IInterceptor) does't have this problem.