Winterreisender / webview-nodejs

A Node.js binding to webview
Apache License 2.0
89 stars 10 forks source link

terminate window cause node to stop #16

Closed BilalBoulifa closed 1 year ago

BilalBoulifa commented 1 year ago

hello guys,

in my code, I need to open a window, do some processing then terminate it then continue doing some processing. but once I terminate the window the whole node code stop suddenly without any error, nothing is getting executed after window termination.

BilalBoulifa commented 1 year ago

resolved by moving the whole WebView related code in a separate worker.

Winterreisender commented 1 year ago

Thanks for your feedback, this will be documented.