-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'http-callback' connects to the local 8085 server port, with a certain probability of socket connection failure ret=1018(No such file or directory)
#533
Comments
Please try SRS2 and see if it also has this issue.
|
I really want to mention that SRS2 also has issues and ask Winlin to pay attention to it...
|
|
Just a quick question:
|
It seems like there is no argument. If a request cannot be processed within 30 seconds, the client will have to wait for 30 seconds. Which user would wait for 30 seconds continuously?
|
In addition, after a 30-second timeout, the connection is only disconnected. Why does the server restart?
|
The test is for srs1.0, indeed, if the HTTP connection is blocked for 30 seconds, the service will restart.
|
This bug may be related to the fly fd, refer to #511.
|
'http-callback' connects to the local 8085 server port, with a certain probability of socket connection failure ret=1018(No such file or directory)
Hello Winlin,
I am using the on_publish callback in SRS 1.0, and recently I have encountered an issue where I am unable to connect to port 8085. The Python server is using the code provided by SRS itself (# python research/api-server/server.py 8085). I have previously used a Python script to continuously call the program on that port without any socket connection issues, so I suspect it might be a problem with st_connect(). Is it similar to this issue?
#511
[2015-11-01 00:14:22.306][error][7187][198601][2] connect to server error. ip=127.0.0.1, port=8085, ret=1018(No such file or directory)
[2015-11-01 00:14:22.306][warn][7187][198601][16] http client failed, server=127.0.0.1, port=8085, timeout=3000000, ret=1018
[2015-11-01 00:14:22.306][warn][7187][198601][16] http connect server failed. ret=1018
[2015-11-01 00:14:22.306][error][7187][198601][16] http post on_publish uri failed.
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: