We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ch.que = pubsub.NewQueue( streams ) ch.que.SetMaxDuration(time.Minute) 这两句,NewQueue没有参数 que没有SetMaxDuration方法
The text was updated successfully, but these errors were encountered:
sorry 接口正在调整中
2016-09-07 10:30 GMT+08:00 parchk notifications@github.com:
ch.que = pubsub.NewQueue( streams ) ch.que.SetMaxDuration(time.Minute) 这两句,NewQueue没有参数 que没有SetMaxDuration方法 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #10, or mute the thread https://github.com/notifications/unsubscribe-auth/ADkHgrAZyol_gIdCB8aoSx_GTTN-3ZpXks5qniG_gaJpZM4J2eX0 .
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #10, or mute the thread https://github.com/notifications/unsubscribe-auth/ADkHgrAZyol_gIdCB8aoSx_GTTN-3ZpXks5qniG_gaJpZM4J2eX0 .
Sorry, something went wrong.
This should be solved by #19
No branches or pull requests
ch.que = pubsub.NewQueue( streams )
ch.que.SetMaxDuration(time.Minute)
这两句,NewQueue没有参数
que没有SetMaxDuration方法
The text was updated successfully, but these errors were encountered: