this is likely a stupid question, but I can’t seem to find a good way to approach this. The core of it is simple; I want a Panel UI with a remote connection to some complex backend service. Ideally, I’d use zmq or tcp port. I can’t seem to find a way to have this connection non-blocking and integrated within my panel app. In essence I want a button to send a command on the port (easy enough); but then I want to listen for a reply and still have the UI functional while this happens. I’ve seen the streamz examples, but I’m not sure how to approach non-stream communications.