This commit is contained in:
Peter Thorson
2013-04-24 07:25:42 -05:00
parent 94919f125c
commit 6359f3bb0a

View File

@@ -62,14 +62,8 @@ int main() {
char a;
std::string temp;
while(std::cin.get(a)) {
con->readsome(&a,1);
std::cout << a;
std::cout.flush();
s.get_alog().write(websocketpp::log::alevel::app,
"Got input bytes: "+std::string(&a,1));
}
/*char buf[512];