-
Notifications
You must be signed in to change notification settings - Fork 425
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
Labels
enhancement
New feature or request
Comments
在本地启动了消费者可以拿到数据, 但是测试环境, 时间长了会拿不到数据 |
Sure , I will submit a PR now. |
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]>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: