- I am using the Railway Pro Plan, so server resources are not the issue.
- My server Region is set to
asia-southeast1 (Singapore), which is the closest to my location, so network latency should be minimal.
- I have also configured two worker bots (
MULTI_TOKEN1, MULTI_TOKEN2). The logs show they are starting correctly.
Despite all this, I am still getting write: connection reset by peer and write: broken pipe errors in the logs when I try to stream a file, especially with a download manager like IDM. The streaming fails after a few seconds.
This confirms that the issue is likely within the application's code and how it handles high-bandwidth streaming connections, rather than a server or network configuration problem.
Could you please look into this? Thank you.
asia-southeast1(Singapore), which is the closest to my location, so network latency should be minimal.MULTI_TOKEN1,MULTI_TOKEN2). The logs show they are starting correctly.Despite all this, I am still getting
write: connection reset by peerandwrite: broken pipeerrors in the logs when I try to stream a file, especially with a download manager like IDM. The streaming fails after a few seconds.This confirms that the issue is likely within the application's code and how it handles high-bandwidth streaming connections, rather than a server or network configuration problem.
Could you please look into this? Thank you.