Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Commit 3a4ef95

Browse files
committed
fix
1 parent 4e29dfa commit 3a4ef95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/network/socket.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ public class Example {
8888
GC.destroy_u8(buffer);
8989
9090
// Shut down the client socket
91-
client.shutdown();
91+
client.shutdown(2);
9292
}
9393
9494
// Shut down the server socket when done
95-
server.shutdown();
95+
server.shutdown(2);
9696
}
9797
}
9898
```

0 commit comments

Comments
 (0)