-
Notifications
You must be signed in to change notification settings - Fork 73
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
unexpected failure in receive maximum test (test_flow_control2) #68
Comments
wireshark capture:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use this repo to test my broker program.
I set server receive maximum = 2 and run
test_flow_control2
. The test fails with the following error:The packet flows:
According to the spec, when receives more than receive maximum, the server should send disconnect and close the network.
I expect it should pass the test. Did i miss something?
The text was updated successfully, but these errors were encountered: