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

Reason why WebSocket connection works on Chromium but not Firefox? #91

Closed
FnordlikeCrane opened this issue Nov 16, 2021 · 1 comment
Closed
Labels
bug Something isn't working question Further information is requested

Comments

@FnordlikeCrane
Copy link

I would normally submit this as a bug but I'm not sure if this is an issue with Poem or Firefox.
I have been using the WebSocket Chat example provided in this repository as a reference for a project I'm working on, however I've noticed that there is always an issue connecting to the the WebSocket with Firefox but not Chromium.

Expected Behavior

WebSocket code from the example provided in this repository should function regardless of web browser.

Actual Behavior

WebSocket fails to establish connection on Firefox but functions properly on Chromium.
Error from the Firefox console: Firefox can’t establish a connection to the server at ws://127.0.0.1:3000/ws.

Specifications

  • Poem Version: 1.0.26
  • Firefox Version: 94.0
  • Chromium Version: 95.0.4638.69 snap
  • Platform: Ubuntu 21.04
@FnordlikeCrane FnordlikeCrane added the question Further information is requested label Nov 16, 2021
sunli829 added a commit that referenced this issue Nov 16, 2021
@sunli829
Copy link
Collaborator

Thank you for reporting this bug, it has been fixed in 1.0.27.

@sunli829 sunli829 added the bug Something isn't working label Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants