-
Hello, As part of debugging #4071 and #3134, I noticed that the telnet request.all returns requests in insertion order and not anticipated play order. ie
Is this because in order to show play order it would have to pre-calculate / calculate upon calling request.all? Is this also why it is not exposed programmatically? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @danbo, I think the telnet function |
Beta Was this translation helpful? Give feedback.
-
Yeah, If you need play order, you should query the corresponding source for its own internal queue of requests. |
Beta Was this translation helpful? Give feedback.
Sorry I forgot to add: the play order itself is complicated. For instance, if you have a switch, it'll have to follow the logic you put in its predicates and etc. There's no good way in general to look at a script and tell what is the next request to be played.