Key presses are transmitted to a host (but there is no host currently connected)

#pair[kre39,zyt10] #story[988]
This commit is contained in:
Kusal Ekanayake
2017-07-13 15:39:48 +12:00
parent 5ce34bed92
commit 78557a4536
7 changed files with 111 additions and 35 deletions
@@ -44,10 +44,9 @@ class StreamingServerSocket {
void send(Message message) throws IOException{
if (client == null){
return;
}
message.send(client);
seqNum++;
}