api is functional after the dependency updates

This commit is contained in:
kdeng00
2020-02-01 20:58:48 -05:00
parent e846989a7f
commit 57f76ee4a4
3 changed files with 12 additions and 27 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ namespace callback {
}
oatpp::v_io_size StreamCallback::read(void *buff, oatpp::v_io_size count) {
oatpp::v_io_size StreamCallback::read(void *buff, v_buff_size count,
oatpp::async::Action& action) {
if (m_counter >= m_fileSize) {
std::cout << "done streaming song\n";
return 0;