Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 16, 2020
2 parents d391ae9 + 61e2ec4 commit 0765012
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/ServiceStack.Redis/RedisNativeClient_Utils.cs
Expand Up @@ -566,7 +566,7 @@ internal void Activate(bool newClient=false)
{
//Drain any existing buffers
ResetSendBuffer();
bufferedReader.Reset();
bufferedReader?.Reset();
if (socket?.Available > 0)
{
logDebug($"Draining existing socket of {socket.Available} bytes");
Expand Down
1 change: 0 additions & 1 deletion tests/ServiceStack.Redis.Tests/CacheClientTests.Async.cs
Expand Up @@ -4,7 +4,6 @@
namespace ServiceStack.Redis.Tests
{
public class CacheClientTestsAsync
: RedisClientTestsBaseAsync
{
IRedisClientsManagerAsync redisManager = new RedisManagerPool(TestConfig.SingleHost);

Expand Down

0 comments on commit 0765012

Please sign in to comment.