We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00834a8 commit 8d289afCopy full SHA for 8d289af
uws.js
@@ -1,5 +1,5 @@
1
/*
2
- * Authored by Alex Hultman, 2018-2019.
+ * Authored by Alex Hultman, 2018-2020.
3
* Intellectual property of third-party.
4
5
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -25,7 +25,6 @@ module.exports = (() => {
25
});
26
};
27
}
28
- process.on('exit', uWS.free);
29
return uWS;
30
} catch (e) {
31
throw new Error('This version of µWS is not compatible with your Node.js build:\n\n' + e.toString());
0 commit comments