OpenDevin icon indicating copy to clipboard operation
OpenDevin copied to clipboard

Lingering browser processes

Open mzydmer opened this issue 1 month ago • 4 comments

Describe your question

I run the main,options is --port 3000 --workers 1

when I opened a web server ,python process adding two ... image

when I closed the web server, web socked was closed. But Two additional process were exists!

Additional context

Each time a websocket connection is established, fastApi should add a thread to maintain the connection.

I want to know why the new python process were created and how to optimize this

mzydmer avatar May 16 '24 08:05 mzydmer