Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
3.4.0-rc0
-
Fully Compatible
-
ALL
-
Platforms 2016-10-10
-
0
Description
The asio socket API offers a throwing version of cancel() and a non-throwing version cancel(asio::error_code& ec). We are currently using the throwing version, which throws errors we cannot reasonably catch within NetworkInterfaceASIO.