Skip to content

fix: #36023 - Omnichannel widget fails to show new messages #36076

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

preeder
Copy link

@preeder preeder commented May 26, 2025

fix: Livechat widget can lose connectivity on websocket (issue 36023 - #36023)

We do not know any way to test the fix. It takes a very specific virtualization environment created to emulate unidirectional communications for a short period of time, similar to what cell phones can experience in fringe coverage. See bug 36023 for the way we created this environment in Hyper-V. While we do not absolutely know that this is what causes our 0.019% of cases where the visitor has expressed the inability to see the messages from the agent, we do know that this is a potential cause. We also know that the proposed fix eliminates this cause.

Proposed changes (including videos or screenshots)

This changes ensures that a client based failure on the ddp-client websocket causes a reconnection of the websocket used for server based events, including new message events.

Issue(s)

#36023

Steps to test or reproduce

Further comments

Copy link
Contributor

dionisio-bot bot commented May 26, 2025

Looks like this PR is not ready to merge, because of the following issues:

  • This PR is missing the 'stat: QA assured' label
  • This PR is missing the required milestone or project

Please fix the issues and try again

If you have any trouble, please check the PR guidelines

Copy link

changeset-bot bot commented May 26, 2025

⚠️ No Changeset found

Latest commit: 33f7225

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@preeder preeder changed the title Reconnect ddp-client websocket upon client failure fix: #36023 - Omnichannel widget fails to show new messages May 26, 2025
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