Re: Any plans to support async in MySql.Data?
Posted by: Natan Vivo
Date: November 24, 2015 10:28AM

Gabriela,

I'd like to see any async support. Today, MySql.Data doesn't support asyncrhonous operations. It contains methods that ends with Async, but none of them are implemented to actually be asyncrhonous. You announced it in 6.8, but it wasn't implemented.

Anyone can confirm this by looking at the source code or by running the code. Calling async methods blocks and continues in the same thread. This has been brought up in your bugtracker multiple times (see: https://bugs.mysql.com/70111 for example), but it seems nobody there cares.

MySql.Data doesn't need any "additional" support. It just needs to add correct support for it. It's a major drawback for the connector currently.

Options: ReplyQuote


Subject
Written By
Posted
Re: Any plans to support async in MySql.Data?
November 24, 2015 10:28AM


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.