I want to create remote from PWA and connected to vehicle via GRPC but with server. Here is my code. there are 2 pages that represent remove and vehicle. But I got stuck. Why Grpc-web bidirectional streaming only works with few requests. https://github.com/s-triar/RemoteGrpc
I got the info like this
. but what is the meaning if it works but with only few requests.
Do I have to change into unary client - streaming server for remote and server? and streaming vehicle - streaming server for vehicle. Fyi, I plan to use raspberry for the vehicle.