Skip to content
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

Stream freezes after 2 minutes #20

Open
FlawedBliss opened this issue Sep 6, 2016 · 3 comments
Open

Stream freezes after 2 minutes #20

FlawedBliss opened this issue Sep 6, 2016 · 3 comments

Comments

@FlawedBliss
Copy link

FlawedBliss commented Sep 6, 2016

Hey,

two minutes after starting the stream the stream freezes due to a timeout. This can be fixed by adding

req.connection.setTimeout(0);

around line 70 of server.js

I'm surprised this has not been noticed yet, has this not happened to anyone else?

Greets

@estherjk
Copy link
Owner

estherjk commented Sep 6, 2016

@FlawedBliss thanks for this. I haven't experienced this before. Just curious... which version of Node.js are you running?

@FlawedBliss
Copy link
Author

@drejkim I am running Node.js v4.4.3 on Poky 1.7.3

@estherjk
Copy link
Owner

estherjk commented Sep 8, 2016

@FlawedBliss I wonder if it has to do with using a newer version of Node.js. The Edisons I have still use 0.10.38. Haven't updated in awhile. When I get the time to update, I'll check to see if I run into this issue. Thanks for bringing this up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants