-
I have a list of websocket server objects that get created when client(s) call in on port A.
Another port, B listens for incoming http requests(no websockets here) on same server. The requirement i…
-
It will be awesome if resty has a built-in circuit breaker that can be enabled.
This feature protects from too many open files and much more accidents.
Reference: https://github.com/eapache/go-res…
-
Ze specyfikacji:
_5.Klient ma mieć możliwość stworzenia nowego pomiaru (złożonego) w Monitorze. Sposób tworzenia nowego
pomiaru może być bardzo skomplikowany, więc ograniczymy się do jednego typu pom…
-
**Echo**中,使用`middleware`作为全局中间件时,需要注意,`echo.Request().Body` 是一个`io.ReadCloser`。
读出数据之后,要重新建立一个`io.ReadCloser`放回去,不然会导致下一个处理中,读取不到数据,报`EOF`错误。
```
bodyContens, err := ioutil.ReadAll(req.Body)
.…
-
### Environment
- Client: Dubbo-go, v1.5.9
- Protocol: rest
- Registry: zookeeper
### Issue description
https://github.com/apache/dubbo-go/blob/main/protocol/rest/client/client_impl/r…
-
## Software versions
* **OS**: Mac OSX 13.0.1
* **Consumer Pact library**: Pact go v2.0.0-beta.18
* **libpact_ffi**: 0.3.2
* **Golang Version**: `go version go1.18.3 darwin/arm64`
* **Golang en…
-
Describe the bug
Some of our production servers running FusionPBX and FreeSWITCH v1.10.9 experienced service crashes that required a reboot, resulting in the loss of active calls and call detail reco…
-
### Describe the bug
`openssl` isn't being loaded:
```bash
$ lua
> a, err = require("resty.openssl")
> print(a.load_library())
false unable to load crypto library
```
I am opening this i…
-
I simulated an SSE client with net/http and can receive pushes from the SSE server. However, with resty, the data is pushed all at once. The code is as follows. Do I need any other settings?
```
…
-
Requests failed with codes 5xx and 429 (rate limited) should be retried with exponential backoff interval and max number of attempts per request.