-
### Go version
go version go1.21.3 darwin/amd64
### GoFrame version
2.7.1
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
请求 Hello 接口,没有传任何值
```golang…
-
### Go version
go1.20.14 windows/amd64
### GoFrame version
2.7.4
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
复现bug代码:
1.表结构
```sql
use BAK -- …
-
Summary:
After upgrading from v0.30.0 to v0.35.1, I have noticed a memory leak in my server application. The memory consumption keeps increasing and is not released unless I restart the service.
E…
-
### 1. What version of `Go` and system type/arch are you using?
### 2. What version of `GoFrame` are you using?
goframe 2.5.2
### 3. Can this issue be re-produced with the l…
-
### Go version
go1.23.3
### GoFrame version
2.8.0
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
gf init mymono/hello -a
### What did you see happen?
…
-
### What do you want to ask?
Here are some optimization metrics in Go based on business types:
Real-time Systems:
- GC pause time > 1ms needs optimization
- CPU usage > 5% needs optimization
…
-
建议GRPC服务端加入超时限制。
防止某些情况下导致服务端执行耗时阻塞任务时,客户端长时间链接导致资源浪费。
某些场景:如服务端在执行CURL任务时可能会有很久的延时(当然是开发者没有设置超时限制)。这样会导致很多客户端一直等待。
个人经历:某次开发时使用了gcahe中的GetOrSetFuncLock这个函数,由于此函数中又执行了CURL请求,最后导致了大批量并发链接等待。当时我个人原因没…
-
### Go version
1.20.3
### GoFrame version
2.7.1
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
collection(报名表单)表数据,其中target_id存放的是直播id
…
-
### Go version
go version go1.23.3 darwin/arm64
### GoFrame version
v2.8.1
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
Get the pgsql dr…
-
### Go version
go version go1.23.3 linux/amd64
### GoFrame version
2.8.0
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
```go
func main() {
var n int…