@Leggo0 wrote:
Hi everyone, I have been trying to figure this out for weeks and I can’t seem to find a solution.
I am using Dash to plot some positional data. The data is going to be received via an MQTT broker. My issue that I am running into is that the Dash server locks out all other processes (Understandable), but so does the loop for the MQTT loop that I am running to receive the data. I am trying to figure out how to integrate these two processes.
I have looked into the threading module for python and couldn’t get that to work. Any help would be greatly appreciated. I really need to get this figured out
Posts: 2
Participants: 2