-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
WebSocket Destination state abort Close fix #2091
base: develop
Are you sure you want to change the base?
WebSocket Destination state abort Close fix #2091
Conversation
Zhannur, thank you for the pull request! Firstly, have you managed to reproduce the issue through tests? P.S.Please, update your develop branch in forked repo, and pay attention I've rebased the feature branch, so you need to re-checkout the branch locally. |
Hello, is this branch only missing tests to fix the bug? Can we contribute and if so, what would be the best way to do it? (Fork the branch on our side?) |
@PaulARoy Hi Paul!
Yes, it is. The lack of tests breaches our Dev Process (refer to point 5). I cannot proceed with a code review without tests, as we cannot be certain that the bug fix is effective.
The optimal approach is to pair-program with the author @hogwartsdeveloper to gain access to his forked repository. He will need to add you as a collaborator to his repository. If this is not feasible, please inform me again. We should wait a few weeks for him to add you as a collaborator. |
@hogwartsdeveloper Hello Zhannur! Do you plan to complete your PR with tests? P.S. Your PRs have been moved to the September'24 milestone. |
Fixes #930
Aborted
) for this operation. Valid states are:Open
,CloseReceived
#930Proposed Changes