call done after close handler

pull/3734/head
Hiroyasu Nishiyama 2022-07-04 11:23:47 +09:00
parent f760354e82
commit 277cc19ec3
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ module.exports = function(RED) {
delete listenerNodes[node.fullPath];
node.server.close();
node._inputNodes = [];
done();
}
else {
node.closing = true;