Skip to content

Do not wait for the next loop iteration to unqueue async items

Carlos Garcia Campos requested to merge carlosgc/early-unqueue into master

This way we release the connection earlier, since other requests might be waiting for the connection. We can also remove manual loop iterations in the tests after a request is done.

Merge request reports