Skip to content

Commit

Permalink
update: 错误连接
Browse files Browse the repository at this point in the history
  • Loading branch information
phantacix committed Sep 19, 2024
1 parent 17ce396 commit 4cbcd36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/parser/simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
### 使用方法
- 在网关节点构建一个simple的网络数据包解析器
- 通过`simple.AddNodeRoute(mid,&NodeRoute{...})`构造数据包路由策略
- [示例代码](../../../examples/demo_game_cluster/nodes/gate/gate.go)
- [示例代码](https://github.com/cherry-game/examples/tree/master/demo_cluster/nodes/gate/gate.go)

### 示例代码
```go
```
// 构建简单的网络数据包解析器
func buildSimpleParser(app *cherry.AppBuilder) cfacade.INetParser {
agentActor := simple.NewActor("user")
Expand Down

0 comments on commit 4cbcd36

Please sign in to comment.