Skip to content

Commit e05f45b

Browse files
committed
防止被多次启动
1 parent 19accf8 commit e05f45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnetCampus.Ipc/Pipes/IpcServerService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public IpcServerService(IpcContext ipcContext)
5050
/// 启动服务
5151
/// </summary>
5252
/// <returns></returns>
53-
public async Task Start()
53+
internal async Task Start()
5454
{
5555
while (!_isDisposed)
5656
{

0 commit comments

Comments
 (0)