Switch `Sender.py` to use multiprocessing instead of multithreading, so it doesn't become limited by being on the same core as the GUI.
Switch
Sender.pyto use multiprocessing instead of multithreading, so it doesn't become limited by being on the same core as the GUI.