Skip to content

Commit

Permalink
SQL Server improvements to asynchronous code (#502)
Browse files Browse the repository at this point in the history
Improve some areas of the SqlServer memory connector:
* avoid I/O in ctor, which could cause the service to crash with
dependency injection errors. Run the initialization logic on the first
call to any public method instead.
* change methods using I/O from sync to async
* use async dispose for connection, command, and data reader instances
* add missing ConfigureAwait(false) on instances async disposing logic
  • Loading branch information
dluc authored May 19, 2024
1 parent de88ad6 commit e0cc32c
Showing 1 changed file with 278 additions and 223 deletions.
Loading

0 comments on commit e0cc32c

Please sign in to comment.