Skip to content

non funziona la read, il buffer non si svuota #51

@todo

Description

@todo

// 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;
}


This issue was generated by todo based on a todo comment in 1d6d53b when #45 was merged. cc @stelosca96.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions