Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraith2 committed Jun 16, 2021
1 parent 3d99390 commit 92efd8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -5,7 +5,6 @@
using System.Threading;
using System.Threading.Tasks;


namespace Microsoft.Data.SqlClient.SNI
{
// NetCore2.1:
Expand Down Expand Up @@ -44,7 +43,6 @@ public override async Task WriteAsync(byte[] buffer, int offset, int count, Canc

internal sealed partial class SNINetworkStream
{

public override async Task<int> ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
{
await _readAsyncSemaphore.WaitAsync(cancellationToken).ConfigureAwait(false);
Expand Down
Expand Up @@ -4,8 +4,6 @@

using System.Net.Security;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using System.Net.Sockets;

namespace Microsoft.Data.SqlClient.SNI
Expand Down

0 comments on commit 92efd8e

Please sign in to comment.