Skip to content

Commit c7f4b5b

Browse files
committed
Fix unobserved exceptions on named pipe shutdown
1 parent 83ea26d commit c7f4b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osu.Framework/Platform/NamedPipeIpcProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private async Task listen(NamedPipeServerStream pipe)
100100
}
101101
}
102102
}
103-
catch (TaskCanceledException)
103+
catch (OperationCanceledException)
104104
{
105105
}
106106
finally

0 commit comments

Comments
 (0)