Bonuspunkt
Bonuspunkt
@captainsafia https://github.com/Bonuspunkt/PoC_gRPC-Web
@JamesNK thank you, that has been the issue https://github.com/Bonuspunkt/PoC_gRPC-Web/commit/2f1013c66a484ffb7023d03bd0f681831e909587 issue can be closed
what did i miss? ```csharp using System; using System.Runtime.CompilerServices; var c = new C(); c.InterceptableMethod(1); // prints `interceptor 1` c.InterceptableMethod(1); // prints `other interceptor 1` c.InterceptableMethod(1); // prints `interceptable 1`...