getnamo / NodeJs-Unreal

Embed node.js as an Unreal Engine plugin.
MIT License
241 stars 36 forks source link

Quitting with main script running doesn't always stop node instance #9

Closed getnamo closed 4 years ago

getnamo commented 4 years ago

Quitting also doesn't always remove the old node.js instance, requires https://github.com/getnamo/nodejs-ue4/blob/master/Source/NodeJs/Public/NodeComponent.h#L70 to be false.

getnamo commented 4 years ago

Closing with release: https://github.com/getnamo/nodejs-ue4/releases/tag/0.5.0, open new issue if new related issues appear