fix for use with xargs
This commit is contained in:
@@ -227,6 +227,9 @@ string fetchData(ebusd::TCPSocket* socket, bool listening) {
|
|||||||
}
|
}
|
||||||
} else if (newInput) {
|
} else if (newInput) {
|
||||||
getline(cin, message);
|
getline(cin, message);
|
||||||
|
if (message.length()==0) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
sendmessage = message+'\n';
|
sendmessage = message+'\n';
|
||||||
socket->send(sendmessage.c_str(), sendmessage.size());
|
socket->send(sendmessage.c_str(), sendmessage.size());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user