We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19accf8 commit e05f45bCopy full SHA for e05f45b
src/dotnetCampus.Ipc/Pipes/IpcServerService.cs
@@ -50,7 +50,7 @@ public IpcServerService(IpcContext ipcContext)
50
/// 启动服务
51
/// </summary>
52
/// <returns></returns>
53
- public async Task Start()
+ internal async Task Start()
54
{
55
while (!_isDisposed)
56
0 commit comments