Simon GUEROUT
Simon GUEROUT
I'll try to provide an example, though basically I call `updateValueCallback` twice in a row. From my understanding, there is some backpressure management in the Apple framework. So, there should...
My views are the following: keep it simple (fire and forget) and hide it in the Apple implementation, seems to make quite a lot of sense. Source: I do it...
Awesome, if I get some time I'll try to dig in the native code and documentation too.
@aaliddell do you have an example of what does options could be? Where can I find the docs about the `C# grpc` plugin?
@aaliddell this works, thanks a lot! I think it would be awesome to have these small details documented. Also, on a totally different note, I put something up with the...
As an FYI, it's not too difficult to integrate manuall, here's an example: https://github.com/saiimons/bazel-dotnet-test/blob/main/BUILD.bazel (Would be nice for this feature to work right out of the box, tho)