Previously I showed popup and during popup initialisation I paused the animation of main collection by sending:
msg.post(mainCollectionUrl, "set_time_step", { factor = 0, mode = 1 })
After updating library from 3.3.0 to 3.4.0 I see that pausing works a bit differently. Now this request does not stop any animation. Tested with only using dependency version change, with 3.3.0 works without issues as expected.
Can someone suggest please how now it is possible to make animation stop with the monarch version 3.4.x?