Close client

This commit is contained in:
Andrea Cavalli 2024-03-30 02:46:37 +01:00
parent 9e66b17e58
commit e038effde9
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ public class Server implements Closeable {
@Override
public void close() throws IOException {
client.close();
}
}