gpt-researcher
gpt-researcher copied to clipboard
Fix WebSocket timeout issues
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.