-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
BackupSoftwareServer/Session.cpp
Lines 284 to 289 in 1d6d53b
| // todo: non funziona la read, il buffer non si svuota | |
| ssize_t bytes_read = boost::asio::read(socket_,boost::asio::buffer(data_, bytes_readable),ec); | |
| // ignoro gli errori | |
| std::cout << ec.message() << std::endl; | |
| std::cout << "Ho svuotato il buffer " << bytes_read << std::endl; | |
| } |