-
Checking the source code I see that RPCs are handled with `impl::do_rpc` which autonomously waits for the reply, but I see no wrap for notifications and relative subscriptions.
Is this something no…
-
Right now I have a lot of library protos and grpc protos living in one place, the library protos are cross-used by multiple rpc protos, but they seem to not follow the output standard that protoc has …
-
```
I want to put this out there more as a question to users of the library....
Would you like to use protobuf-rpc-pro together with non java client libraries?
If you want straight client->server RP…
-
### What happened + What you expected to happen
https://buildkite.com/ray-project/ray-builders-branch/builds/9913#01834e45-3eb1-498b-ac67-d757a80716fa
failed with following errors:
```
E …
-
### Related area
Create an API for Zigbee within Arduino
### Hardware specification
ESP32-C6 and ESP32-H2 as Standalone Nodes. Other SoC can be used as radio co-processor attached to a RPC (8…
-
`forge create --libraries` tag on contract deployment throws error when linking multiple libraries.
Not sure if lacking proper documentation showing the proper approach, or just a bug. Either way, …
-
**Bug Description**
When running he command `make devnet-up` it crash when trying to read the `L1 Start Block`
**Steps to Reproduce**
run `make devnet-up`
**Expected behavior**
devnet is …
-
### Is there a pinned issue for this?
- [X] I have read the pinned issues and could not find my issue
### Is there an existing or similar issue/discussion for this?
- [X] I have searched the existi…
-
The creation of #4 made me think about how the communication method used by this mod is going to become more complex as time goes on and more features are added. So I believe it may be necessary to us…
-
**Describe the bug**
Return miss method when accessing multiple services.
**To Reproduce**
idl
```
service ServiceA {
rpc Method1 ...
}
service ServiceB {
rpc Method2 ...
}
```
…