You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we added creationflags to the subprocess call that creates servers in PR #63, we didn't notice that servers after that change are not closed when Spyder is closed.
We need to use psutil to fix this, which I will do in a next PR.
The text was updated successfully, but these errors were encountered:
When we added
creationflags
to thesubprocess
call that creates servers in PR #63, we didn't notice that servers after that change are not closed when Spyder is closed.We need to use
psutil
to fix this, which I will do in a next PR.The text was updated successfully, but these errors were encountered: