Closed chicagozer closed 9 years ago
Hi, great library! When my client app is deployed into Heroku I notice that it will get disconnected if left idle for a few hours.
Right now I just hardcoded a value into the Client constructor and that seemed to solve the problem.
client = new faye.Client(endpoint, {timeout: 120, retry: 5});
Not sure if you'd ever considering adding a feature to set the option parm but I thought I'd make the suggestion. Thanks!!
Good idea. I'll mark this as a feature.
this would be a very helpful feature to have.
Implemented. To be released in 1.0.
Hi, great library! When my client app is deployed into Heroku I notice that it will get disconnected if left idle for a few hours.
Right now I just hardcoded a value into the Client constructor and that seemed to solve the problem.
client = new faye.Client(endpoint, {timeout: 120, retry: 5});
Not sure if you'd ever considering adding a feature to set the option parm but I thought I'd make the suggestion. Thanks!!