Are the two Session.set sequences causing a reboot?
1 answer
You can use Tracker.flush()
to immediately restart the calculation after the first update of the reactive data source:
> Session.set("show",4);Tracker.flush();Session.set("show",5);
+1
source to share