mirror of https://github.com/nodejs/node.git
rename echoserver -> pingpong
This commit is contained in:
parent
f3f9a08de1
commit
e6d96e8e66
|
@ -36,6 +36,7 @@ function onLoad() {
|
|||
}
|
||||
}, 100);
|
||||
};
|
||||
|
||||
socket.onClose = function () {
|
||||
puts("socket close.");
|
||||
assertEquals(10, count);
|
Loading…
Reference in New Issue