I created a new project and I would prefer using render_sync API instead of ActionCable since it seems simpler to me.
The problem I am facing is that rails server(which is puma in Rails 5) is restarted when I run rackup sync.ru -E production.
I am not sure what is the reason for this. Any advice? Is it maybe that rackup command is doing a touch tmp/restart.txt or something like that?
I created a new project and I would prefer using render_sync API instead of ActionCable since it seems simpler to me.
The problem I am facing is that rails server(which is puma in Rails 5) is restarted when I run
rackup sync.ru -E production.I am not sure what is the reason for this. Any advice? Is it maybe that
rackupcommand is doing atouch tmp/restart.txtor something like that?