Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jahudka committed Aug 8, 2023
1 parent 84b36ea commit 7432021
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ nodesockd.on('shutdown', () => {
});

server.listen(nodesockd.socketPath ?? 8000, async () => {
// await new Promise((r) => setTimeout(r, 2000));
// process.exit();
await nodesockd.reportOnline();
console.log(`Server is listening for requests.`);
});
Expand Down

0 comments on commit 7432021

Please sign in to comment.