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

Ensure reload works even when the socket directory does not exist #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

milk1000cc
Copy link

I use this gem with puma-dev by adding export SERVER_PROCESS=1 to .pumaenv (#31) .

In this setup, the tmp/sockets directory is not created, which causes the gem to not work properly.
console
(Note: When running rails s, the directory is automatically created.)

I have modified the code to automatically create the socket directory if it does not exist.

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

Successfully merging this pull request may close these issues.

1 participant