-
-
#501 seems to have found an interesting bug.
When a server
- Is running on Windows
- Is connected to a client over TCP
- And tries to send a message from a background thread it fails
The foll…
-
Our use case for `flask-jsonrpc` is to implement API server for PostgreSQL database.
PostgreSQL returns results as JSON objects, but that "forces" `psycopg2` to parse it (using `json.lodas`?) to bu…
-
We would like to enhance the observability of the JSON-RPC container by adding a `/metrics` endpoint that exposes application metrics in the Prometheus format. This will allow us to monitor key perfor…
-
The `Helidon gRPC` correctly accepts the Javascript gRPC request. However, there is no or just null response from the server.
## Environment Details
build.date 2023-08-03 16:19:35 …
-
gRPC proxy client and servers should be implemented for execution API. This is very similar to approach in go-da.
Proxies will be used by rollkit and API implementations to unify communication.
-
Recently I stumbled upon an issue where I was unable to catch error codes from the LSP Server. If the `client?.sendRequest` fails, it returns an `Error` object. The `Error` here has the following inte…
-
when u read documenetation u talk about Asynchronous JSON-RPC Server but its not included in actual code
-
Currently, JSON-RPC server is not standard, no error code, no usefull error message, and illegal JSON POST could cause server down.
-
### Describe your motivation
Vaadin doesn't store any information about messages that are sent from server to client (and vice versa) and triggers a full page reload in browser, when the server det…