Skip to content

Fix potential race condition in sendAsync

Dan Chapman requested to merge concurrent-improv into master

ensure sending the request occurs after starting the response listener and in the same thread.

Merge request reports