Brain B.

  • 2 questions asked
  • 1 answer
  • 0 best answers (0%)
  • howto propagate variable updates in fork to main thread

    To test an API using oauth2 I have to obtain a token and refresh it before it gets invalid. (refresh is necessary if a test run for one VU takes longer than a token is valid)...
    Brain B.
    Brain B.

    Brain B.

    Level
    0
    12 / 100
    points
    Brain B.
    Brain B.

    Brain B.

    Level
    0
    12 / 100
    points
    I just found out that it works, if the variable is initially created/used within the fork. It must not been created in main thread before.