Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chenchao dev #424

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Chenchao dev #424

wants to merge 18 commits into from

Conversation

CCPig
Copy link

@CCPig CCPig commented Mar 4, 2023

No description provided.

chao.chen added 2 commits March 5, 2023 01:11
feat:mark client with uuid in server-end
# Conflicts:
#	tars/transport/tarsclient.go
chao.chen and others added 13 commits March 18, 2023 14:31
fix(ksfgo):修复变量名变更未及时更新的bug
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211210111614-af8b64212486 to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210806184541-e5e7981a1069 to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210917221730-978cfadd31cf to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210920023735-84f357641f63 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210920023735-84f357641f63 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210917221730-978cfadd31cf to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@CCPig
Copy link
Author

CCPig commented Mar 18, 2023

已经修改了编译报错,另外针对自动推送回调的自动生成代码的工具做了修复。

@lbbniu
Copy link
Collaborator

lbbniu commented Mar 24, 2023

已经修改了编译报错,另外针对自动推送回调的自动生成代码的工具做了修复。

有冲突,需要处理下

@lbbniu
Copy link
Collaborator

lbbniu commented Mar 24, 2023

推荐把新增客户端方法 和 实现服务端push拆分成两个PR

@@ -3,6 +3,8 @@ package transport
import (
"context"
"crypto/tls"
"github.com/TarsCloud/TarsGo/tars/protocol/res/basef"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import group

)

func main() {
SrvConfig := "" // tars服务配置
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

11 ~ 19 是不是没有必要

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

客户端暴露一些常用的对外接口 TarsGo implements push callback from server to client
2 participants