Open
Description
I'm getting the following error regularly:
The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error:
Cannot access a disposed object.
Object name:
'System.Net.Sockets.NetworkStream'
when using with Common.DatabaseProviderTypes.MSSQLSERVER
.
I should note that I'm accessing a remote MSSQL instance here, so there might be some network connectivity issues. But this reaction is less than ideal. Maybe handling connectivity issues and reconnecting is a good idea?