Is it necessary to print an error message when there is no socket available to accept in an asynchronous socket? #2768
xiaozhihong
started this conversation in
General
Replies: 1 comment
-
Yes. We have error log messages for every (unless we missed something) situation when an API call has ended up with error, so we can be aware of the real situation that caused the problem. In this case it appears when you are calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This log is necessary?
srt/srtcore/api.cpp
Line 1133 in 1737e96
Beta Was this translation helpful? Give feedback.
All reactions