Asias He
09aae35baa
streaming: Add move constructor for stream_transfer_task
...
Otherwise code in stream_session.cc
_transfers.emplace(cf_id, stream_transfer_task(shared_from_this(), cf_id)).first;
will copy the stream_transfer_task and in turn copy the
outgoing_file_message which is not copyable due to the semaphore member.
Thanks avi for figuring this out.
2015-08-17 10:52:30 +08:00
..
2015-06-23 16:06:28 +08:00
2015-07-22 11:49:30 +08:00
2015-06-18 23:02:31 +08:00
2015-06-24 16:13:30 +08:00
2015-06-24 16:13:30 +08:00
2015-07-21 16:12:54 +08:00
2015-07-31 16:27:55 +08:00
2015-07-31 16:27:55 +08:00
2015-08-10 15:51:13 +08:00
2015-07-21 16:12:54 +08:00
2015-07-14 20:41:14 +08:00
2015-07-31 16:27:55 +08:00
2015-07-31 16:27:55 +08:00
2015-07-31 16:27:55 +08:00
2015-07-31 16:27:55 +08:00
2015-07-31 16:27:55 +08:00
2015-07-14 20:41:14 +08:00
2015-07-14 20:41:14 +08:00
2015-07-23 09:08:15 +08:00
2015-07-22 11:49:30 +08:00
2015-07-31 16:27:55 +08:00
2015-07-31 16:27:55 +08:00
2015-06-24 16:13:30 +08:00
2015-08-10 15:53:42 +08:00
2015-08-04 16:21:40 +08:00
2015-07-21 16:12:54 +08:00
2015-08-04 16:21:40 +08:00
2015-08-04 16:21:40 +08:00
2015-07-14 20:41:14 +08:00
2015-07-14 20:41:14 +08:00
2015-08-10 14:49:34 +08:00
2015-08-17 10:52:30 +08:00
2015-07-14 20:41:14 +08:00