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

go1.18 consumer failed to start #823

Closed
zhanglibo1993 opened this issue May 7, 2022 · 5 comments · Fixed by #841
Closed

go1.18 consumer failed to start #823

zhanglibo1993 opened this issue May 7, 2022 · 5 comments · Fixed by #841
Assignees
Labels
enhancement New feature or request

Comments

@zhanglibo1993
Copy link

The go version is 1.18, and the rocketmq-client-go version is 2.1.0. The producer is successfully started, but the consumer cannot get the return and disconnects from rocketmq. When I downgraded the version of go to 1.17 it worked fine

@zk-blde
Copy link

zk-blde commented May 11, 2022

在本地启动了消费者可以拿到数据, 但是测试环境, 时间长了会拿不到数据

@iGoogle-ink
Copy link

我这有同样的问题,go 1.18 版本,直接 panic 了,部分截图如下:
image

@yusank
Copy link
Contributor

yusank commented Jun 14, 2022

是其依赖的一个库有 bug,go mod 里 replace 一下最新版即可,亲测有效
image

@ShannonDing
Copy link
Member

是其依赖的一个库有 bug,go mod 里 replace 一下最新版即可,亲测有效 image

Could you submit a PR to fix it?

@yusank
Copy link
Contributor

yusank commented Jun 14, 2022

Could you submit a PR to fix it?

Sure , I will submit a PR now.

@ShannonDing ShannonDing added the enhancement New feature or request label Jun 15, 2022
ShannonDing pushed a commit that referenced this issue Jun 15, 2022
* fix: panic problem caused by json-iterator

* fix: keep go version in 1.13

Co-authored-by: yushan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants