senecajs / seneca-transport

Seneca micro-services message transport over TCP and HTTP.
MIT License
63 stars 45 forks source link

How to prevent socket hang up for long living actions? #167

Closed brandonros closed 5 years ago

brandonros commented 5 years ago

I have an action that can take 5 minutes. Is there a keep alive setting available?

rjrodger commented 5 years ago

yes - http://senecajs.org/api/#modifier-timeout

brandonros commented 5 years ago

Will this keep the connection alive/perform any kind of ping?