golem
golem copied to clipboard
Client not connecting when using the function shinyloadtest::record_session()
Hi, first of all thank you for this extreme usefull package.
I'm studying the first example of this section in the book just using different app than hexmake Engineering Production-Grade Shiny Apps but the console stopped at following step.
Listening on 127.0.0.1:1234
Navigating to: http://127.0.0.1:1234/
In the browser it opens two tabs, the first tab works perfectly and the second never loads.
I tested shinyloadtest::record_session() with non-golem apps and it advances to the next step displaying a third message: Client connect.
Is there any procedure required to use {shinyloadtest} with the {golem}?