Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime POULAIN
Réseau - Client Serveur
Commits
3d9e5a58
Commit
3d9e5a58
authored
Nov 17, 2021
by
Maxime POULAIN
Browse files
fix java client crashing server
parent
5162ce51
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
3d9e5a58
*.o
*.class
client-java/src/Main.java
View file @
3d9e5a58
...
...
@@ -46,7 +46,7 @@ public class Main {
choice
=
menu
(
ip
);
if
(
choice
==
'3'
)
{
os
.
write
(
"exit"
);
os
.
newLine
(
);
os
.
write
(
'\0'
);
os
.
flush
();
break
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment