Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow keeps running in the background #77

Open
magn0053 opened this issue Jun 30, 2019 · 3 comments
Open

Flow keeps running in the background #77

magn0053 opened this issue Jun 30, 2019 · 3 comments

Comments

@magn0053
Copy link

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

image

Steps to Reproduce the Problem

  1. Open Sublime Text
  2. Save a JavaScript file
  3. Close Sublime Text
  4. Open Task Manager to watch flow.exe still running

Specifications

  • Sublime Text 3 build: v 3.2.1 - Build 3207
  • OS: Windows 10 Education
  • JavaScript Enhancements version: 0.16.20
@markljackson
Copy link

markljackson commented Aug 12, 2019

Ditto on Mac OSX 10.14.6 with Sublime Text 3207.

I uninstalled JavaScript Enhancements, and flow shut down. It also seems to have stopped some other weird behavior, could be a coincidence.

@raweden
Copy link

raweden commented Feb 26, 2020

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

@costa100
Copy link

I had the same problem on Windows 2016 - flow.exe used over 4GB of memory! I uninstalled the JavaScript Enhancements package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants