Fix concurrent NpgsqlDataSource.Dispose and Bootstrap#6116
Conversation
|
Another possible fix is to use |
|
I presume a similar fix should be applied to |
Looking at the code, it seems like whenever you start a |
b625fa0 to
9929427
Compare
|
We discussed this further, and according to dotnet/runtime#116735 (comment), it's not an issue to leave |
NinoFloris
left a comment
There was a problem hiding this comment.
It's a bit of a hack but we can revisit all of this when (if) we redo our data source cleanup code.
Fixes #6115