Closed dv1x3r closed 1 month ago
Grid unlocks immediately after receiving the response object, but before completing the stream reading. This PR moves .unlock() call to the rest.json().finally statement.
.unlock()
rest.json().finally
Grid unlocks immediately after receiving the response object, but before completing the stream reading. This PR moves
.unlock()
call to therest.json().finally
statement.