You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new rpc::accept () loop still fails once in a blue moon on shutdown, even after adding the acceptor.is_open () check. The solution is probably to check against boost::asio::error::operation_aborted as well.
The text was updated successfully, but these errors were encountered:
The new
rpc::accept ()
loop still fails once in a blue moon on shutdown, even after adding theacceptor.is_open ()
check. The solution is probably to check againstboost::asio::error::operation_aborted
as well.The text was updated successfully, but these errors were encountered: