Avoid connection accumulation

This commit is contained in:
fbsanchez 2021-05-19 17:44:07 +02:00
parent 538e7beb48
commit 4711ca4856

View File

@ -76,7 +76,7 @@ function createVisualConsole(
"[API]", "[API]",
error.message error.message
); );
done(); abortable.abort();
return; return;
} }