question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

do websockets too ?

See original GitHub issue

It would be awesome to have an extension for websockets too. is it possible ? it looks like network.websocket.max-connections=0 prevents websocket creation, but idk about feature sniffing.

thansk

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
ChrisAntakicommented, Jan 26, 2021

For sure, this link might help you with that https://www.reddit.com/r/firefox/comments/95a5qy/comment/e3r7vwz

On Tue, Jan 26, 2021, 4:06 AM beppe9000 notifications@github.com wrote:

I wonder if i can edit about:configs from an external executable

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ChrisAntaki/disable-webrtc-firefox/issues/37#issuecomment-767499907, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJJB6VS65LSP4LWVFBKIZ3S32V4JANCNFSM4WQY2DNQ .

1reaction
ChrisAntakicommented, Jan 25, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

WebSockets for fun and profit - Stack Overflow Blog
With WebSockets, you can build multiplayer games, chat apps, and collaboration software that work on the open web.
Read more >
WebSockets vs. HTTP: Comparing pros and cons
WebSockets keeps a single, persistent connection open while eliminating latency problems that arise with HTTP request/response-based methods.
Read more >
At what point are WebSockets less efficient than Polling?
Sending the data itself has far less overhead too. ... HTTP, you would clearly see that a Websocket connection will always have an...
Read more >
WebSockets, caution required! - Sam Saffron
There is no way to tunnel a WebSocket over HTTP/2, they are separate protocols. There is an expired draft to unify the two...
Read more >
When to use a HTTP call instead of a WebSocket (or HTTP 2.0)
The connection is used only for a very small number of events, or a very small amount of time, and the client does...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found