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

work-around fix for connection migration #1342

Merged
merged 1 commit into from
Jul 6, 2021
Merged

Conversation

terencefan
Copy link
Member

@terencefan terencefan commented Jul 6, 2021

The code is for intercepting CloseMessage to prevent the message from reaching the client before it has been logically migrated. (There is a short time period that the client connection belongs to 2 servers so we cannot simply ignore messages from the old server)

It was accidentally applied for all scenarios while doing code refactor.
#814

And has finally been removed in the following PR to fix another issue.
#986

Since it is a little tricky to have this logic in the server SDK, we decided to move this interceptor into our service.
So it's a work-around fix.

@vicancy
Copy link
Member

vicancy commented Jul 6, 2021

Could you describe the issue in the PR a little bit more? This helps us track the issue in the future.

@terencefan terencefan merged commit 937f851 into Azure:dev Jul 6, 2021
@vicancy vicancy mentioned this pull request Jul 6, 2021
@terencefan terencefan deleted the fix branch November 8, 2022 07:47
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.

2 participants