$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: B Aleck (aleck099_at_[hidden])
Date: 2022-03-22 06:45:02
You created serveral sockets and bound them to an io_context
Is it safe to std::move the io_context away? Will those sockets be affected, or even be invalidated?