Skip to content

Commit eaf1e91

Browse files
authored
Merge pull request #349 from sjanuary/headless
Don't block Node shutdown
2 parents 880bf2a + 6ced615 commit eaf1e91

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)