Skip to content

Commit 38edfd7

Browse files
committed
no message
1 parent 6c481c8 commit 38edfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SubSonic.Core.Remoting/Channels/Services/BasePipeService.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ protected BasePipeService(Uri serviceUri)
1818
IsRunning = true;
1919
}
2020

21-
public bool IsRunning { get; protected set; }
21+
public virtual bool IsRunning { get; protected set; }
2222

2323
public Uri[] GetAllChannelUri()
2424
{

0 commit comments

Comments
 (0)