Describe the bug
For PerInstanceAccessor, we are trying to list all sessions under CURRENTSTATE and get first session id for current state listing.
Unfortunately, there could be an edge case that when instance is just connected and carrying over current states. So you may see more than one session ids for a short while.
To Reproduce
Query current state from REST when participant is carrying over.
Expected behavior
REST should use LIVE INSTANCE session id to fetch the current state.
Additional context
Add any other context about the problem here.