We use the OmmConsumer in our application. We have noticed that despite calling uninitialize the thread within its implementation is failing to shutdown.
Please can you change the implementation so that:
- The thread is named so its easier to pinpoint issues.
- The thread is set to daemon.
- The thread is always shutdown when uninitialize is called.
We use the OmmConsumer in our application. We have noticed that despite calling uninitialize the thread within its implementation is failing to shutdown.
Please can you change the implementation so that: