Get rid of try/catch in messageAvailable, which is now noexcept
Summary: The problem with catching the exception here is stack information is lost. Just let it std::terminate if it throws Reviewed By: ikobzar Differential Revision: D4831909 fbshipit-source-id: 42139bd7caee0fedff13328d52fa3be1c517e730
Showing
Please register or sign in to comment