gpt-researcher icon indicating copy to clipboard operation
gpt-researcher copied to clipboard

Fix WebSocket timeout issues

Open luislofer89 opened this issue 6 days ago • 0 comments

WebSocket was automatically getting closed after 120 seconds from creationg. For tasks that took more than this time, this was an issue. This pull request reimplements the comunication between backend and client to make sure that the connection is kept alived, until the proper signal is triggered.

luislofer89 avatar Feb 25 '25 18:02 luislofer89