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
Experienced the same issue when testing out this sublime plugin extension. Had around 20 flow processes spawn which where not taken care of, even persisted after Sublime where exited.
A quick fix would be to implement a timeout in the flow process itself, which kills the self process if it have not received a message over IPC for a given time. Even if the behaviour of spawning these processes in the first place is far from idle.
System: macOS 10.15.3 (19D76) and Sublime Text 3211
Expected Behavior
Complete shutdown of Sublime Text and plugins when closing Sublime Text
Actual Behavior
Flow.exe keeps running in the background
Sublime Text console logs
No errors
Screenshots
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: