Jeremy Meng
Jeremy Meng
@mashenoy thank you for reporting the issue. While we are looking into this, I am curious about what you use @azure/ms-rest-js for. Also please note that this library is now...
Maybe we could add an option to allow users to override our logic, something like `(response, error) => boolean`?
@iamNoah1 would the workaround of `"MERGE" as any` work for you?
The test resource deployment has been slower recently.
@winterAndvelvet thank you for the detailed information! I will look into this.
@winterAndvelvet You are right that the "isReceivingMessages" flag is only cleared at the end of the `receiveMessages()` call. I would expect `maxWaitTimeInMs` to work but from the above code and...
@winterAndvelvet while we are figuring out the root cause of the issue, one workaround is to pass an abort signal to the `receiveMessages()` call then handle the error: ```typescript import...
@winterAndvelvet have you got any chance to enable more detailed logging or try out the workaround using abort signal?
@CodeJuggernaut Thank you very much for the logs and repro code. I will have another look this week. Is it possible for you to enable more details logging and share...
@CodeJuggernaut It would be helpful to see logs around when the test appears stuck then the call is aborted. Let me think about the secure way of sharing.