Lahiru Udayanga

Results 27 comments of Lahiru Udayanga

Still no fix ????

@PiotrSikora @bianpengyuan Can I know when the documentation will be available ? There's a pending PR for that. I guess we can refer to that until it gets merged. Thanks

what's so confusing is `auto res = root()->grpcStreamHandler(grpc_service_string, EchoServerServiceName, PublishMetadataMethodName, initial_metadata,std::unique_ptr(new MyGrpcCallStreamHandler(this)));` returns a `WasmResult`. So if we are using a grpc streaming from a filter we have to ,...

Really appreciate if someone can provide a sample code snippet of the way to use `grpcStreamHandler` since there's no any resource available to refer. Thanks

@PiotrSikora I'm doing the same thing like in that example, but I want to send a message through a opened stream when onRequestBody() is called. So in my filter I...

@PiotrSikora I think there's an issue with the way gRPC bidi streams are implemented in C++ SDK. Since the method which creates the gRPC stream , ```cpp WasmResult grpcStreamHandler(std::string_view service,...

@PiotrSikora yeah that's how i use it now. My worry is that whether it's safe to keep a raw pointer in the filter class. When we pass it as std::unique_ptr...

@pgeler I was trying to build v1.16.0 and that Quiche build failure was fixed after 1.16.0. So I tried to build from the master and I'm not getting the Quiche...

@pgeler Anyway I was able to build successfully with clang. Can help you with that if you are okay with building using clang.

@pgeler okay cool. let me know if you get across the issue