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 using the network-3.1.4.0 library in OSX 13.5.2, I encountered an exception when attempting to set the UserTimeout socket option using the setSocketOption function. Here's the relevant code snippet:
I am unsure if the exception is provoked by a limitation imposed by the operating system or the underlying network subsystem or something else. The error message lacks specificity which makes it difficult to diagnose the problem. Is it possible to deliver more concretion in the error message to help identify the root cause?
The text was updated successfully, but these errors were encountered:
While using the
network-3.1.4.0
library inOSX 13.5.2
, I encountered an exception when attempting to set theUserTimeout
socket option using thesetSocketOption
function. Here's the relevant code snippet:And here's the exception message:
I am unsure if the exception is provoked by a limitation imposed by the operating system or the underlying network subsystem or something else. The error message lacks specificity which makes it difficult to diagnose the problem. Is it possible to deliver more concretion in the error message to help identify the root cause?
The text was updated successfully, but these errors were encountered: