-
@willemdj Hi,
I saw your thread on HTTP/2 features in cowboy. I have been working on an [HTTP/2 server](https://github.com/CrowdHailer/Ace). It is clearly not as mature as cowboy but was developed …
-
I am currently trying to use Protobuf in one of my elixir projects but I keep getting this error:
```ex
** (Protobuf.DecodeError) invalid field number 0 when decoding binary data
(protobuf 0.11…
-
### Description
# Config
I am running ploygon edge and blockscout on the same machine.
On top of this machine `docker-compose up --build`. the configuration I changed was to modify nginx.yml . …
-
**Describe the question**
I tried incoorporating [GRPC.Endpoint](https://hexdocs.pm/grpc/GRPC.Endpoint.html) and interceptors into my project, the issue I have with it is that it does not seem posibl…
-
### Discussed in https://github.com/renovatebot/renovate/discussions/32834
Originally posted by **bernardo-martinez** December 1, 2024
### Tell us more.
**What would you like Renovate to b…
-
**Describe the solution you'd like**
We currently support server interceptors via [the `GRPC.Endpoint` module](https://hexdocs.pm/grpc/GRPC.Endpoint.html).
However, there seems to be no way to i…
-
**Describe the bug**
In `lib/grpc/server.ex` in function `do_handle_request` if the message fails to decode here `codec.decode(message, req_mod)` an exception is thrown but there is no way to captu…
-
# 技術選定に関して
## 想定
- MMORPGのゲームサーバ
- 1クライアント・1サーバ(1つのサーバで処理が完結)
- Dockernizeしてどこでもデバッグ出来るようにしたい
- ステートレス
- 認証は無し
## 考えるべきこと(候補)
- 通信プロトコル(REST/gRPC)
- データベースアーキテクチャ(RDBMS/KVS)
- データベース実装(M…
-
@tony612
I tried to reproduce ~10x speed improvement mentioned in https://github.com/darkofabijan/grpc-stress-test/pull/7#issuecomment-317930990 but got only ~10% speedup (single request takes 40ms i…
-
From https://github.com/wingyplus/grpc/blob/main/test/support/helloworld.proto. If I change message field by diff below:
```diff
diff --git a/test/support/helloworld.proto b/test/support/helloworl…