Socket Exception - The operation completed successfully

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
ackava
Posts: 1
Joined: Thu 28 Feb 2019 14:59

Socket Exception - The operation completed successfully

Post by ackava » Thu 28 Feb 2019 15:04

This is a bug, which happens only on .NET Core, I have asp.net 4.5 application with same version of mysql dot connect, it is working correctly but in .net core, after few minutes (roughly after 30 minutes) this error starts coming and after restarting website in IIS it starts working again.

SocketException: The operation completed successfully
. (byte[] , int , int )

MySqlException: Can't connect to MySQL server on '127.0.0.1' (10061): Authentication failed.

I haven't changed any timeout values anywhere, everywhere it is standard timeout. And there is only one use (me) testing it with the live database. So there is no load on web server and mysql server.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Socket Exception - The operation completed successfully

Post by Pinturiccio » Thu 07 Mar 2019 17:10

Sorry for the late response. We are processing your request and will contact you as soon as possible.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Socket Exception - The operation completed successfully

Post by Pinturiccio » Thu 14 Mar 2019 15:04

We have answered you via e-mail.

adam104064
Posts: 1
Joined: Wed 15 Jan 2020 09:45
Contact:

Re: Socket Exception - The operation completed successfully

Post by adam104064 » Wed 15 Jan 2020 09:53

Will you please also email me this? Thanks in advance

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Socket Exception - The operation completed successfully

Post by Shalex » Fri 17 Jan 2020 12:52

adam104064 wrote: Wed 15 Jan 2020 09:53 Will you please also email me this? Thanks in advance
The described issue should be fixed. Please upgrade to v8.16.1541. If this doesn't help, send us a small test project with the corresponding DDL/DML script for reproducing the error.

Post Reply