Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

164
Views
How to extend the timeout connection limit in websocket?

I am connecting to a websocket server server.example.io:8443/websocket, but the website takes up do a minute to give a response.

As result, the navigator closes the connection:

let connection = new WebSocket("wss://server.example.io:8443/websocket");

Firefox can’t establish a connection to the server at wss://server.example.io:8443/websocket.

What I am looking for is a configuration that allow me to change the timeout limit and set it up to 2 minutes, so the browser won't close the connection, something like that:

let connection = new WebSocket("wss://server.example.io:8443/websocket", {timeout:120000});

Important: I don't own the server, so I can't reduce the response time. After the connection was made, the data transfer is fast.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!