Lines Matching refs:close
61 socket.on('close', mustCall((had_error) => {
62 debug(`[${id}] socket.close ${had_error} ${m}`);
71 if (m !== 'close') return;
72 debug(`[${id}] got close message`);
116 socket.once('close', () => {
133 // The client should still get a close event afterwards.
137 client.on('close', mustCall(() => {
138 debug('[m] CLIENT: close event');
146 server.on('close', mustCall(function() {
157 server.close();
161 child1.send('close');
162 child2.send('close');