awaitNodeBySelector
can potentially throw IAE when cancelled
#239
Labels
bug
Something isn't working
awaitNodeBySelector
can potentially throw IAE when cancelled
#239
This function uses a
while(isActive)
which can theoretically stop and leave the loop on cancellation, and throw IAE instead ofCancellationException
The text was updated successfully, but these errors were encountered: