You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My first attempt to synchronize the library was to synchronize the whole keyword at first, but I'm still facing an issue that for some reason the 1st and 2nd thread that arrives interferes with each others return value. And always the 1st and the 2nd.
This is the method I'm calling. I also added some logging in order to find some thread interference ( multiple START print before an END) but thats not happening. Also right before the return statement the LOGGER writes the correct value.
Problem:
I'm trying to use the old version of this library with pabot in order to execute multiple threads at once.
My first attempt to synchronize the library was to synchronize the whole keyword at first, but I'm still facing an issue that for some reason the 1st and 2nd thread that arrives interferes with each others return value. And always the 1st and the 2nd.
This is the method I'm calling. I also added some logging in order to find some thread interference ( multiple START print before an END) but thats not happening. Also right before the return statement the LOGGER writes the correct value.
Java code:
Log file:
Robot log.html
Test 1
Test 2
The text was updated successfully, but these errors were encountered: