Hi,
I'm looking into replacing grpc with drpc in one of my projects and initial tests show some nice performance improvements!
Switching to drpc was fairly painless. The only snag was that context cancelling seemingly closes the connection. This behavior is different from grpc, see my tweaked drpc/grpc examples in tomyl@acb08bd.
Is this behavior intentional? I can't see that the documentation mentions it.
Thanks,
Tommy
Hi,
I'm looking into replacing grpc with drpc in one of my projects and initial tests show some nice performance improvements!
Switching to drpc was fairly painless. The only snag was that context cancelling seemingly closes the connection. This behavior is different from grpc, see my tweaked drpc/grpc examples in tomyl@acb08bd.
Is this behavior intentional? I can't see that the documentation mentions it.
Thanks,
Tommy