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
Which essentially kills the process without ever performing a clean shutdown (so non of this code is ever executed by the launcher)
A possible future "fix" (also perhaps an improvement?) might be to utilise ipc or pipe and use process.send to tell the launcher to "shutdown" before any kill operation. This would permit a chance to verify the "shutdown" actually occurs and an opportunity to grab logs entries on the shutdown process.
Epic/Story
No response
The text was updated successfully, but these errors were encountered:
knolleary
added
the
task
A piece of work that isn't necessarily tied to a specific Epic or Story.
label
May 5, 2023
Description
Originally raised in FlowFuse/nr-launcher#111 (review)
When running on Windows, the localfs driver issues:
Which essentially kills the process without ever performing a clean shutdown (so non of this code is ever executed by the launcher)
A possible future "fix" (also perhaps an improvement?) might be to utilise ipc or pipe and use process.send to tell the launcher to "shutdown" before any kill operation. This would permit a chance to verify the "shutdown" actually occurs and an opportunity to grab logs entries on the shutdown process.
Epic/Story
No response
The text was updated successfully, but these errors were encountered: