Skip to content

Commit 15017cc

Browse files
committed
don't block node shutdown
1 parent 6afacbf commit 15017cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/headlessutils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const char* headlessRecVersion = "1.0";
5555
void start() {
5656
loop = uv_default_loop();
5757
uv_async_init(loop, &async_zip, asyncfunc);
58+
uv_unref((uv_handle_t*) &async_zip);
5859
}
5960

6061
void stop() {

0 commit comments

Comments
 (0)