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

Commit 52069d2

Browse files
committed
Update RedisPubSubServer.cs
1 parent 8fe903d commit 52069d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceStack.Redis/RedisPubSubServer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public RedisPubSubServer(IRedisClientsManager clientsManager, params string[] ch
7474
{
7575
this.ClientsManager = clientsManager;
7676
this.Channels = channels;
77+
startedAt = Stopwatch.StartNew();
7778

7879
var failoverHost = clientsManager as IRedisFailover;
7980
failoverHost?.OnFailover.Add(HandleFailover);

0 commit comments

Comments
 (0)