Skip to content

Update WebSocket URL#13183

Merged
parlough merged 2 commits intoflutter:mainfrom
IvoneDjaja:patch-2
Mar 16, 2026
Merged

Update WebSocket URL#13183
parlough merged 2 commits intoflutter:mainfrom
IvoneDjaja:patch-2

Conversation

@IvoneDjaja
Copy link
Contributor

@IvoneDjaja IvoneDjaja commented Mar 15, 2026

Referencing the WebSocket documentation https://websocket.org/reference/websocket-api/, the correct echo server URL is now wss://echo.websocket.org.

Fixes: #13182

PRs or commits this PR depends on (if any):

Presubmit checklist

  • If you are unwilling, or unable, to sign the CLA, even for a tiny, one-word PR, please file an issue instead of a PR.
  • If this PR is not meant to land until a future stable release, mark it as draft with an explanation.
  • This PR follows the Google Developer Documentation Style Guidelines—for example, it doesn't use i.e. or e.g., and it avoids I and we (first-person pronouns).
  • This PR uses semantic line breaks
    of 80 characters or fewer.

@IvoneDjaja IvoneDjaja requested review from a team and sfshaza2 as code owners March 15, 2026 08:50
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the WebSocket echo server URL. While the new URL is correct, the change has been applied directly to a documentation file that contains code excerpts from a source file. This has resulted in an incomplete update, as the old URL still exists in other parts of the documentation and in the source example file itself. My review provides guidance on how to apply this change correctly in the source file to ensure consistency.

@IvoneDjaja IvoneDjaja changed the title Update WebSocket URL in web-sockets.md docs: Update WebSocket URL in web-sockets.md Mar 15, 2026
@IvoneDjaja IvoneDjaja changed the title docs: Update WebSocket URL in web-sockets.md Update WebSocket URL in web-sockets.md Mar 15, 2026
@IvoneDjaja IvoneDjaja changed the title Update WebSocket URL in web-sockets.md Update WebSocket URL Mar 15, 2026
@parlough
Copy link
Member

/gcbrun

@flutter-website-bot
Copy link
Collaborator

Visit the preview URL for this PR (updated for commit dacb64f):

https://flutter-docs-prod--pr13183-patch-2-7p60pgu9.web.app

Copy link
Member

@parlough parlough left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching and updating this!

I believe it was the .org version originally then that stopped working at some point, but looks like it's back again.

@parlough parlough merged commit 35d3bb3 into flutter:main Mar 16, 2026
10 checks passed
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.

WebSocket connection to wss://echo.websocket.events/ failed

3 participants