You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of upgrading one of my systems I moved to new VM with a more up to date OS. To make the transition easier I mounted the directory from the old system on the new one using sshfs and pointed listen to that.
On the mounted system listen does not detect new files on the mounted volume -- is this a bug or a feature ?
Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Listen gem works perfectly when I listen to a mounted directory by running a Rails server without daemonizing it.
But when I run my rails server in daemon mode then Listen does not work.
Below is the code snippet.
As part of upgrading one of my systems I moved to new VM with a more up to date OS. To make the transition easier I mounted the directory from the old system on the new one using sshfs and pointed listen to that.
On the mounted system listen does not detect new files on the mounted volume -- is this a bug or a feature ?
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: