-
This issues is recommend some great project use Go.
mo3et updated
2 months ago
-
您好,请问下我在拦截器中获取msgid一直为0,是怎么回事呢,代码如下
```
package main
import (
"fmt"
"github.com/aceld/zinx/ziface"
"github.com/aceld/zinx/znet"
)
type HelloRouter struct {
znet.BaseRouter
}
f…
-
https://github.com/alingse/go-linter-runner/blob/main/jobs/testifylint.yaml
```
name: testifylint
linter: testifylint
workdir: .
install: go install github.com/Antonboom/testifylint@latest
inc…
-
1.zinx/zinterceptor/framedocder.go文件559行,如果InitialBytesToStrip不为零,会有脏数据被剩余下来
-
### What happens?
Didn't wanna group them as one but also didn't want to have seperate issues.
This is probably the last time I gonna report any issues for awhile though.
Super Pocket Tennis - Afte…
-
The "feeling" when shooting is somehow delayed. The way it manifests is just simply: you press the shooting button -> the hit event may or may not register at all or it registers delayed.
Things to…
-
### Description of new feature
[Feature]: 有没有详细的教程 新手根本不知道咋用
### Scenarios for new feature
[Feature]: 有没有详细的教程 新手根本不知道咋用
### Breaking changes or not?
Yes
### Code snippets (optional)
_No respon…
-
How to send mesaage from server to cleint? I want to server actively send messages to client. not just C -> S mode.
-
如题:
```
func (connMgr *ConnManager) ClearConn() {
// Stop and delete all connection information
cb := func(key string, val interface{}, exists bool) bool {
if conn, ok := val.(ziface.IConne…
-
[zinterceptor](https://github.com/aceld/zinx/tree/master/zinterceptor)文件夹中的framedocder.go应该是framedecoder.go.