Is there a way to initialize an object per thread/client in dash?
For each client that attaches to the app I would like to setup a zmq subscriber. If I configure the subscriber inside a callback then it only lasts as long as the callback. If I have the callback triggered by an interval, then if data is published between intervals the subscriber will miss it.