Remove strand assert (#1905)
This commit is contained in:
parent
adbb93a5c5
commit
f1bd2a5496
1 changed files with 0 additions and 1 deletions
|
@ -329,7 +329,6 @@ void nano::transport::udp_channels::receive ()
|
|||
|
||||
auto data (node.network.buffer_container.allocate ());
|
||||
|
||||
assert (strand.running_in_this_thread ());
|
||||
socket.async_receive_from (boost::asio::buffer (data->buffer, nano::network::buffer_size), data->endpoint,
|
||||
boost::asio::bind_executor (strand,
|
||||
[this, data](boost::system::error_code const & error, std::size_t size_a) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue