Skip to content

Conversation

@MatheusRich
Copy link

@MatheusRich MatheusRich commented Sep 23, 2025

Closes #68

I implement the first suggestion here because it was the simpler and solved the problem.

Process.kill 6, pid
end

FileUtils.rm_f('flatware-sink')
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like options['sink-endpoint'] isn't available here, so I went with the default name. LMK if there's a better way to handle this.

module Sink
module_function

at_exit { DRb.stop_service }
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just copied @briandunn's suggestion. LMK If this shouldn't be here.

@MatheusRich MatheusRich changed the title Clear flatware sink Clear flatware-sink Sep 24, 2025
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.

Address already in use - connect(2) for flatware-sink (Errno::EADDRINUSE)

1 participant