Open kopiczko opened 8 years ago
Oh. Good catch. For now the client just ignores this parameter, and still waits for the reply from the server. Instead, it should not wait for the reply and continue. I guess it should be easy to fix, although the signature of the method would change (since it can not return response from the server).
Java libraries expose additional echangeDeclareNowait method for the same reason I suppose.
Execution of the code below hangs. When nowait parameter is set to false it returns immediately. I believe it also affects all API's with nowait parameter.