grpc-perl icon indicating copy to clipboard operation
grpc-perl copied to clipboard

Perl 5 implementation of gRPC using the official gRPC shared library.

Results 4 grpc-perl issues
Sort by recently updated
recently updated
newest added

Output from the test suite when I try to install: ``` t/10-base_stub.t .............. ok t/11-bidi_streaming_call.t .... ok t/12-client_streaming_call.t .. ok t/13-server_streaming_call.t .. ok t/14-unary_call.t ............. ok t/15-xs_end_to_end.t .......... 1/82 Expected...

Hello, I’m looking over this library and notice a lot of use of plain SvPV. This causes Unicode-handling bugs, such as can be seen if you apply this patch: ```...

I noticed this while building the library on Debian Bookworm. The test `t/02-call.t` consistently takes 40 seconds to complete with recent versions of the gRPC library. It seems to get...

Got these errors when i tried to compile the module with ubuntu22.04 libgrpc ``` $ make "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Grpc/XS/XS.bs 644 x86_64-linux-gnu-gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -DDEBIAN...