stevieb9 / ipc-shareable

Share Perl variables across processes and scripts
GNU General Public License v2.0
3 stars 2 forks source link

Segments aren't always cleaned up #20

Open stevieb9 opened 2 years ago

stevieb9 commented 2 years ago

See https://github.com/stevieb9/tesla-charge/blob/master/bin/tesla-charge

That software is using IPC::Shareable itself, using Async::Event::Interval which also uses an instance of IPC::Shareable, and is using Daemon::Control for starting and stopping the application.

stevieb9 commented 11 months ago

See this thread and particular my comments

stevieb9 commented 10 months ago

Check the return value of remove(). We need to revisit this whole thing

stevieb9 commented 10 months ago

See https://github.com/stevieb9/ipc-shareable/issues/38