I have this code which I want to be run in the background.
context.t = threading.Thread(target=psubscribe, args=[context, paramA, paramB, paramC], daemon=True) co