Create the webservice's MyMDC client in a non-blocking thread
Description
This fixes blocking the event loop by creating the MyMDC client in another thread.
How Has This Been Tested?
This was tested on xcaltst@max-exfl017 to ensure that the web service starts correctly, the client is correctly created, and that jobs can be submitted as usual.
Types of changes
- Bug fix (non-breaking change which fixes an issue)
Checklist:
- My code follows the code style of this project.
- My change requires a change to the documentation.
- I have updated the documentation accordingly.