-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.4.0-rc0
-
Component/s: Networking
-
Fully Compatible
-
ALL
-
v3.2
-
Platforms 2016-10-31
-
0
The following asio library calls may throw, and we should not call them from within NetworkInterfaceASIO. Many of these methods have non-throwing variants:
asio::io_service::run()
asio::system_timer constructor
asio::system_timer::cancel()
asio::system_timer::expires_at(time point)
asio::system_timer::expires_after(duration)
asio::system_timer::wait()
This list may not be exhaustive.