Relative Content

Tag Archive for mysqlmultithreadingvb.netwinformsasync-await

MySQL temp table already exists in Async-Await scenario with CancellationToken

I am facing issues with one MySQL temporary table, which was created in an Winforms class which was closed by user, but still in memory, because CancellationToken is not triggered yet, because there is a long running query. In this situation I am opening another instance of the same Winform with supposedly new MySQL session, but it seems that this is not exactly so, because when trying to create a new temp table there is an error that it already exists.