-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.4.0-rc0
-
Component/s: Networking
-
Fully Compatible
-
ALL
-
Platforms 2016-10-10
-
0
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.