You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you so much for your work here! I'm glad I was able to find it when I needed exactly what the package offers.
While building a project using it, I came across this behavior where Firefox isn't working as expected, while all Chromium-based browsers just work fine. After debugging, I realized that the issue lies in the function Proxy, as it expects the header 'Connection' to be 'Upgrade'. However, with Firefox, when connecting to a websocket, it uses the header 'keep-alive, Upgrade' instead, and that's what was causing the issue and kept returning without giving any errors.
I'd be more than happy to make a PR if you're okay with that. Just let me know!
The text was updated successfully, but these errors were encountered:
Hi there!
First off, thank you so much for your work here! I'm glad I was able to find it when I needed exactly what the package offers.
While building a project using it, I came across this behavior where Firefox isn't working as expected, while all Chromium-based browsers just work fine. After debugging, I realized that the issue lies in the function Proxy, as it expects the header 'Connection' to be 'Upgrade'. However, with Firefox, when connecting to a websocket, it uses the header 'keep-alive, Upgrade' instead, and that's what was causing the issue and kept returning without giving any errors.
I'd be more than happy to make a PR if you're okay with that. Just let me know!
The text was updated successfully, but these errors were encountered: