titan-data / titan-server

Titan server to support local docker development
Apache License 2.0
5 stars 3 forks source link

remove plugin socket on teardown #94

Closed eschrock closed 4 years ago

eschrock commented 4 years ago

Proposed Changes

We were leaving a stale socket on teardown, we should remove it when the local context is uninstalled.

Testing

Ran teardown, ensured socket was removed.