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
Messages must be received in the same order as initially send.
integration-test-1 | === NAME TestRoundtrip/volantmq/at-least-once integration-test-1 | integration_test.go:76: got message # 1, want # 0 integration-test-1 | integration_test.go:76: got message # 2, want # 1 integration-test-1 | integration_test.go:76: got message # 3, want # 2 integration-test-1 | integration_test.go:76: got message # 4, want # 3 integration-test-1 | integration_test.go:76: got message # 5, want # 4 integration-test-1 | integration_test.go:76: got message # 6, want # 5 integration-test-1 | integration_test.go:76: got message # 7, want # 6 integration-test-1 | integration_test.go:76: got message # 8, want # 7 integration-test-1 | integration_test.go:76: got message # 0, want # 8 integration-test-1 | === NAME TestRoundtrip/volantmq/exactly-once integration-test-1 | integration_test.go:76: got message # 5, want # 4 integration-test-1 | integration_test.go:76: got message # 6, want # 5 integration-test-1 | integration_test.go:76: got message # 7, want # 6 integration-test-1 | integration_test.go:76: got message # 8, want # 7 integration-test-1 | integration_test.go:76: got message # 4, want # 8
The text was updated successfully, but these errors were encountered:
VolantMQ removed from integration test due lack of response
5ea2267
VolantMQ/volantmq#185
troian
No branches or pull requests
Messages must be received in the same order as initially send.
The text was updated successfully, but these errors were encountered: