Magma icon indicating copy to clipboard operation
Magma copied to clipboard

Give feedback about the shutdown

Open schnapster opened this issue 6 years ago • 1 comments

Calling MagmaApi.shutdown() returns immediately and provides no feedback about the shutdown status of Magma to the user. This leaves the user in an awkward position when shutting down. How long do they have to wait until all resources are truly released?

To solve this issue

  • [ ] Implement a way of letting the user know when Magma has fully shut down.
  • [ ] Document it.

schnapster avatar May 23 '18 19:05 schnapster

@napstr Correct me if I'm wrong, but this seems to/is partially fulfilled I believe with https://github.com/napstr/Magma/pull/12

shikhir-arora avatar Oct 16 '18 15:10 shikhir-arora