MySQL Forums
Forum List  »  Connector/C++

Re: CDK Error: Reply blocked by a previous one.
Posted by: Andrew Klossner
Date: August 17, 2020 01:35PM

Hi Luis,

Based on some experimentation, I suspect the fundamental problem was that I had multiple threads submitting requests through the same mysqlx::Session at the same time. I changed the code to allow only one thread at a time and have not see the problem repeat.

Before I wrote this module, I scrutinized the available documentation to look for limitations on multi-threaded access, but couldn't find anything.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.