Skip to content
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

fixes #2127 - do not use a separate counter for batch ids #2128

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Shohou
Copy link
Contributor

@Shohou Shohou commented Dec 16, 2024

instead of having a separate counter for batch ids, take the one used for requests

What does this PR do?

fixes #2127

Where should the reviewer start?

At WebSocketService.java

Why is it needed?

to fix #2127

Checklist

  • I've read the contribution guidelines.
  • I've added tests (if applicable).
  • I've added a changelog entry if necessary.

@NickSneo
Copy link
Contributor

@Shohou Can you please add DCO to all your commits.

@Shohou Shohou force-pushed the 2127_request_id branch 2 times, most recently from a0dcc69 to 39f95b9 Compare December 17, 2024 06:49
@Shohou
Copy link
Contributor Author

Shohou commented Dec 17, 2024

@NickSneo done

@gtebrean
Copy link
Contributor

@Shohou please check the pipeline status messages

…ch ids, take the one used for requests

Signed-off-by: Dmitry Shohov <[email protected]>
@Shohou
Copy link
Contributor Author

Shohou commented Dec 18, 2024

@gtebrean fixed test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Batch requests over WebSocketService are overwritten by simple requests if send at about the same time
3 participants