Hi Stephen,
This is interesting Flask by default handles each request in a separate thread. Your change reintroduces threads at the Dash layer.
Regarding thread sensitivity, since Flask has threaded requests, you can see these kinds of issues currently. (Out of order callback)
Iām curious how these changes affect speed, all things considered