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
While I didn't find any catch phrase that could handle this exception, thus when create new async socket failed, the exception causes the whole program terminated.
My question is, is that normal or should I override this function to deal with exceptions on my case?
The text was updated successfully, but these errors were encountered:
It is not generally expected that creating the async socket fails, triggering program termination.
Do you have more details on what the exception is and what triggers it? If this is reproducible in the debugger, any chance of a type, a message, and a stacktrace?
The following function in wangle acceptor could possibly throws an exception in
makeNewAsyncSocket
https://github.com/facebook/wangle/blob/master/wangle/acceptor/Acceptor.cpp#L305
While I didn't find any catch phrase that could handle this exception, thus when create new async socket failed, the exception causes the whole program terminated.
My question is, is that normal or should I override this function to deal with exceptions on my case?
The text was updated successfully, but these errors were encountered: